1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Merge pull request #19516 from ZehMatt/fix-stale-workflow

Ensure the stale action has no defaults
This commit is contained in:
Matthias Moninger
2023-02-28 16:17:20 +02:00
committed by GitHub
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'