We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d250926 commit 5378395Copy full SHA for 5378395
.github/workflows/issue-comment-created.yml
@@ -1,15 +1,23 @@
1
-name: Issue Comment Created Triage
+---
2
+name: Issue Comment
3
4
on:
5
issue_comment:
6
types: [created]
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
- remove-foobar:
12
+ remove-if-waiting:
13
uses: ./.github/workflows/remove-issue-label.yml
14
+ permissions:
15
+ issues: write
16
with:
- label-name: "waiting-response"
- remove-stale:
17
+ label-name: "awaiting-response"
18
+ remove-if-stale:
19
20
21
22
23
label-name: "stale"
0 commit comments