Skip to content

Commit

Permalink
ci: use .github/commenter_test_1.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent ea9a4a0 commit 88eaf82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/commenter_test_1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
labeled:
- name: invalid
body: Please follow the issue (pull request) templates.
action: close
- name: forum
body: |
Please ask questions about GitHub Actions at the following forum.
https://github.51.almunity/t5/GitHub-Actions/bd-p/actions
action: close
unlabeled:
- name: invalid
body: Thank you for following the template. The repository owner will reply.
action: open
3 changes: 2 additions & 1 deletion .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
ref: master
- name: Commenter
uses: peaceiris/actions-label-commenter@v0.2.2
uses: peaceiris/actions-label-commenter@v0.2.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/commenter_test_1.yml

0 comments on commit 88eaf82

Please sign in to comment.