Skip to content

Commit

Permalink
ci: stale issue after 180 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Sep 9, 2023
1 parent c9f6bbc commit 02a3840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 90
days-before-stale: 180
days-before-close: 5
exempt-all-issue-assignees: true
exempt-all-issue-milestones: true
Expand Down

0 comments on commit 02a3840

Please sign in to comment.