We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0961e9a commit ab2d3f5Copy full SHA for ab2d3f5
.github/workflows/label-commener-config.yml .github/label-commener-config.yml
.github/workflows/label-commenter.yml
@@ -0,0 +1,20 @@
1
+name: "Label commenter"
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - "labeled"
7
+ - "unlabeled"
8
9
+jobs:
10
+ comment:
11
+ permissions:
12
+ contents: "read"
13
+ issues: "write"
14
+ runs-on: "ubuntu-latest"
15
+ steps:
16
+ - name: "Checkout"
17
+ uses: "actions/checkout@v4"
18
19
+ - name: "Label commenter"
20
+ uses: "peaceiris/actions-label-commenter@v1"
0 commit comments