Skip to content

Commit 4b235fc

Browse files
Cubik65536KevinZonda
authored andcommitted
ci: Add GH Action for auto issue reply
1 parent c58fb89 commit 4b235fc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflow/label-commenter.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Label Commenter
2+
3+
on:
4+
issues:
5+
types:
6+
- labeled
7+
- unlabeled
8+
9+
jobs:
10+
comment:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- name: Label Commenter
15+
uses: peaceiris/actions-label-commenter@v1
16+
with:
17+
github_token: ${{ secrets.GITHUB_TOKEN }}
18+
config_file: .github/configs/label-commenter-config.yml

0 commit comments

Comments
 (0)