Skip to content

Commit

Permalink
docs: update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent b822d11 commit db819c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: master

- name: Commenter
uses: peaceiris/actions-label-commenter@v1
with:
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ jobs:
comment:
runs-on: ubuntu-18.04
steps:
- uses: peaceiris/actions-label-commenter@v1
- uses: actions/checkout@v2
with:
ref: master

- name: Commenter
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# config_file: .github/commenter.yml
# config_file: .github/commenter_test_1.yml
```

### Action Setting
Expand Down

0 comments on commit db819c8

Please sign in to comment.