Skip to content

Commit d8b9c21

Browse files
authored
Create label-commenter.yml
Signed-off-by: Aabid Sofi <65964225+aabidsofi19@users.noreply.github.com>
1 parent 02ffd7e commit d8b9c21

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Label Commenter
2+
3+
on:
4+
issues:
5+
types:
6+
- labeled
7+
8+
pull_request_target:
9+
types:
10+
- labeled
11+
12+
permissions:
13+
contents: read
14+
issues: write
15+
pull-requests: write
16+
17+
jobs:
18+
comment:
19+
runs-on: ubuntu-22.04
20+
steps:
21+
- name: Checkout repo 🛎️
22+
uses: actions/checkout@master
23+
with:
24+
ref: master # Set your default branch
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
- name: Label Commenter
28+
uses: peaceiris/actions-label-commenter@v1.10.0

0 commit comments

Comments
 (0)