mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Ensure the stale action has no defaults
This commit is contained in:
2
.github/workflows/stale-backtrace-issues.yml
vendored
2
.github/workflows/stale-backtrace-issues.yml
vendored
@@ -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.'
|
||||
|
||||
2
.github/workflows/stale-prs.yml
vendored
2
.github/workflows/stale-prs.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user