Skip to content

Commit 37c2716

Browse files
authored
workflows: update stale action (fatedier#2846)
1 parent 1f88a7a commit 37c2716

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v3
15+
- uses: actions/stale@v5
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: 'Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.'
19-
stale-pr-message: 'Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.'
19+
stale-pr-message: "PRs go stale after 30d of inactivity. Stale PRs rot after an additional 7d of inactivity and eventually close."
2020
stale-issue-label: 'lifecycle/stale'
2121
exempt-issue-labels: 'bug,doc,enhancement,future,proposal,question,testing,todo,easy,help wanted,assigned'
2222
stale-pr-label: 'lifecycle/stale'
2323
exempt-pr-labels: 'bug,doc,enhancement,future,proposal,question,testing,todo,easy,help wanted,assigned'
2424
days-before-stale: 30
2525
days-before-close: 7
2626
debug-only: ${{ github.event.inputs.debug-only }}
27+
exempt-all-pr-milestones: true
28+
exempt-all-pr-assignees: true

0 commit comments

Comments
 (0)