Skip to content

Commit

Permalink
Update flag-stale.yml
Browse files Browse the repository at this point in the history
Stop Github Actions from marking issues as 'stale'
  • Loading branch information
YAshT10 authored Jan 25, 2025
1 parent b0d9cf0 commit 3d6b42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flag-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
days-before-stale: 7
stale-pr-message: 'This PR has been marked as stale because it has been open for 7 days with no activity.'
stale-pr-label: 'stale'
days-before-issue-stale: 30
days-before-issue-stale: -1
stale-issue-message: 'This issue has been marked as stale because it has been open for 30 days with no activity.'
stale-issue-label: 'stale'
days-before-close: -1

0 comments on commit 3d6b42c

Please sign in to comment.