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 6e0a4a8 commit 5cd714cCopy full SHA for 5cd714c
.github/workflows/closed-issue-message.yml
@@ -2,6 +2,10 @@ name: Closed Issue Message
2
on:
3
issues:
4
types: [closed]
5
+
6
+permissions:
7
+ issues: write
8
9
jobs:
10
auto_comment:
11
runs-on: ubuntu-latest
.github/workflows/stale_issues.yml
@@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 0 * * *"
+ pull-requests: write
12
13
cleanup:
14
0 commit comments