Skip to content

Commit cf0d930

Browse files
committed
Test label gun
1 parent 2f40fcd commit cf0d930

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/label-gun.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
issues:
3+
types: [opened, edited, closed]
4+
issue_comment:
5+
types: [created, edited, closed]
6+
7+
jobs:
8+
label:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: retorquere/label-gun@main
12+
with:
13+
token: ${{ github.token }}
14+
label.awaiting: "waiting-for-response-from-contributor"

0 commit comments

Comments
 (0)