Skip to content

Commit

Permalink
chore: Stale Bot config: Disable debug mode and set days-before-stale… (
Browse files Browse the repository at this point in the history
  • Loading branch information
laske185 authored Dec 5, 2023
2 parents cc9c70d + a42cb4c commit 1c2bcd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
steps:
- uses: actions/stale@v8
with:
days-before-stale: 170
days-before-stale: 365 # @todo Revert to 170 after testing
days-before-close: 10
days-before-pr-close: -1 # Don't close PR's
stale-issue-message: 'This issue has been automatically marked as stale and will be closed in 10 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, please post a comment or remove the Stale label.'
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity and is much likely outdated. If you think this PR is still relevant and applicable, please post a comment or remove the Stale label.'
close-issue-message: 'This issue was closed because it has been stale for 10 days with no activity. If the issue is still relevant to you, feel free to re-open with a comment.'
debug-only: true # @todo remove after testing

0 comments on commit 1c2bcd2

Please sign in to comment.