Skip to content

Commit

Permalink
ci: update stale.yml GitHub action (#150)
Browse files Browse the repository at this point in the history
Mark issues and PRs inactive for 21 days as stale.
  • Loading branch information
hugo-sid authored Nov 23, 2023
1 parent fc80687 commit e96f650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 10
days-before-pr-stale: 10
days-before-issue-stale: 21
days-before-pr-stale: 21
days-before-close: 7
stale-issue-message: 'This issue has been marked stale due to inactivity. It will auto-close in 7 days without an update.'
close-issue-message: 'This issue was auto-closed due to inactivity.'
Expand Down

0 comments on commit e96f650

Please sign in to comment.