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 781466b commit d80a70bCopy full SHA for d80a70b
.github/workflows/stale-issues.yml
@@ -1,9 +1,3 @@
1
-permissions:
2
- contents: write
3
- issues: write
4
- pull-requests: write
5
- actions: write
6
-
7
name: 'Close stale issues and PRs'
8
on:
9
workflow_dispatch:
@@ -14,6 +8,12 @@ jobs:
14
stale:
15
name: Close Stale Issues
16
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ issues: write
+ pull-requests: write
+ actions: write
+
17
steps:
18
- uses: actions/stale@v9
19
with:
@@ -29,4 +29,6 @@ jobs:
29
exempt-issue-labels: 'awaiting-approval,work-in-progress'
30
stale-pr-label: 'no-pr-activity'
31
exempt-pr-labels: 'awaiting-approval,work-in-progress'
32
+ close-issue-label: 'issue-closed-automatically'
33
+ close-pr-label: 'pr-closed-automatically'
34
# only-labels: 'awaiting-feedback,awaiting-answers'
0 commit comments