Skip to content

Commit ab2d3f5

Browse files
committed
Fix(CI): fix label commenter
1 parent 0961e9a commit ab2d3f5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
File renamed without changes.

.github/workflows/label-commenter.yml

+20
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)