Ensure the stale action has no defaults

This commit is contained in:
ζeh Matt 2023-02-28 15:46:31 +02:00
parent 291a778720
commit acbb06fcbf
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ jobs:
with:
days-before-issue-stale: 60
days-before-issue-close: 1
days-before-pr-stale: -1
days-before-pr-close: -1
only-issue-labels: 'backtrace.io'
stale-issue-label: 'stale-backtrace'
stale-issue-message: 'This issue is stale and will be closed tomorrow if no action is taken. To keep it open, leave a comment or remove the `stale-backtrace` label.'

View File

@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/stale@v7
with:
days-before-issue-stale: -1
days-before-issue-close: -1
days-before-pr-stale: 14
days-before-pr-close: 14
stale-pr-label: 'stale-pr'