OSDN Git Service

remove
[commentgenerator-electron/CommentGenerator-Electron.git] / .github / workflows / label-commenter.yml
1 name: Label Commenter
2
3 on:
4   issues:
5     types:
6       - labeled
7       - unlabeled
8   pull_request_target:
9     types:
10       - labeled
11       - unlabeled
12
13 permissions:
14   contents: read
15   issues: write
16   pull-requests: write
17
18 jobs:
19   comment:
20     runs-on: ubuntu-18.04
21     steps:
22       - uses: actions/checkout@v2
23         with:
24           ref: main # Set your default branch
25
26       - name: Label Commenter
27         uses: peaceiris/actions-label-commenter@v1