Skip to content

Commit 3851222

Browse files
authored
[skip] Update stale.yml to include new workflow options
1 parent aae95b6 commit 3851222

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Close stale issues and PRs"
22
on:
33
schedule:
44
- cron: "30 1 * * *"
5+
workflow_dispatch:
56

67
jobs:
78
stale:
@@ -10,6 +11,7 @@ jobs:
1011
contents: write
1112
issues: write
1213
pull-requests: write
14+
actions: write
1315
steps:
1416
- uses: actions/stale@v10
1517
with:
@@ -20,4 +22,6 @@ jobs:
2022
days-before-stale: 90
2123
days-before-close: 15
2224
exempt-issue-labels: "bug"
23-
except-pr-labels: "bug"
25+
exempt-pr-labels: "bug"
26+
remove-stale-when-updated: true
27+
operations-per-run: 100

0 commit comments

Comments
 (0)