Skip to content

Commit

Permalink
ci: update commenter config
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent b46b0c6 commit b102755
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 28 deletions.
25 changes: 18 additions & 7 deletions .github/commenter.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
labeled:
labels:
- name: invalid
body: Please follow the issue (pull request) templates.
action: close
labeled:
issue:
body: Please follow the issue templates.
action: close
pr:
body: Please follow the pull request templates.
action: close
unlabeled:
issue:
body: Thank you for following the template. The repository owner will reply.
action: open
- name: forum
body: |
Please ask questions about GitHub Actions at the following forum.
https://github.heygears.community/t5/GitHub-Actions/bd-p/actions
action: close
labeled:
issue:
body: |
Please ask questions about GitHub Actions at the following forum.
https://github.heygears.community/t5/GitHub-Actions/bd-p/actions
action: close
20 changes: 0 additions & 20 deletions .github/commenter_test_1.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: peaceiris/actions-label-commenter@v0.3.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/commenter_test_1.yml
# config_file: .github/commenter_test_1.yml

0 comments on commit b102755

Please # to comment.