Skip to content

Commit

Permalink
Update stale.yml: Adjust # of days in the message
Browse files Browse the repository at this point in the history
Said 30 but was actually 180
  • Loading branch information
Dendrowen authored Oct 28, 2024
1 parent 18466a3 commit fbe7ed7
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 @@ -25,8 +25,8 @@ jobs:
days-before-close: 14
remove-stale-when-updated: true
any-of-labels: believe fixed / answered, more info needed, wontfix, incomplete
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. It will be closed in 14 days automatically unless there is activity."
stale-issue-message: "This issue is stale because it has been open for 180 days with no activity. It will be closed in 14 days automatically unless there is activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
stale-issue-label: 'stale'
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity. It will be closed in 14 days automatically unless there is activity."
stale-pr-message: "This PR is stale because it has been open for 180 days with no activity. It will be closed in 14 days automatically unless there is activity."
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."

0 comments on commit fbe7ed7

Please sign in to comment.