Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 55fa7e5

Browse files
authored
Update stale.yml
1 parent 57c7514 commit 55fa7e5

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: 30
2123
days-before-close: 5
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)