mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-05 16:23:19 +02:00
chore: stalebot: disable dryrun by default
This commit is contained in:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -30,4 +30,4 @@ jobs:
|
||||
days-before-close: 7
|
||||
stale-issue-label: stale
|
||||
remove-stale-when-updated: true
|
||||
debug-only: ${{ case(inputs.action == 'apply', false, true) }}
|
||||
debug-only: ${{ case(inputs.action == 'dryrun', true, false) }}
|
||||
|
||||
Reference in New Issue
Block a user