Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
ci: stale bot improvements (#3448)
Browse files Browse the repository at this point in the history
Co-authored-by: strager <[email protected]>
  • Loading branch information
ematipico and strager authored Oct 19, 2022
1 parent 04ae67a commit b053380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6
with:
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity.'
stale-pr-message: 'This PR is stale because it has been open 14 days with no activity.'
days-before-issue-stale: 14
days-before-pr-stale: 14
exempt-pr-labels: 'PR: on hold'
exempt-issue-labels: 'S-Bug: confirmed,S-Planned,S-Wishlist,umbrella'
stale-issue-label: 'S-Stale'
stale-pr-label: 'S-Stale'
days-before-close: -1

0 comments on commit b053380

Please sign in to comment.