Skip to content

Commit

Permalink
Update .github/workflows/stale.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Armel Soro <[email protected]>
  • Loading branch information
ritudes and rm3l authored Jun 9, 2023
1 parent 981b795 commit d376218
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
close-pr-label: 'lifecycle/rotten'
exempt-pr-labels: 'lifecycle/active,lifecycle/frozen'
days-before-stale: 90
days-before-close: 365
days-before-close: 30
close-issue-message: "This issue was closed because it has been inactive for 30 days since being marked as stale."
close-pr-message: "This PR was closed because it has been inactive for 30 days since being marked as stale."
remove-stale-when-updated: true

0 comments on commit d376218

Please sign in to comment.