mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-06-07 15:13:02 +02:00
chore: udpate stale github workflow
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
action:
|
action:
|
||||||
description: "dry-run"
|
description: "dry-run"
|
||||||
required: true
|
required: true
|
||||||
default: "dryrun"
|
default: "apply"
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- dryrun
|
- dryrun
|
||||||
@@ -30,4 +30,7 @@ jobs:
|
|||||||
days-before-close: 7
|
days-before-close: 7
|
||||||
stale-issue-label: stale
|
stale-issue-label: stale
|
||||||
remove-stale-when-updated: true
|
remove-stale-when-updated: true
|
||||||
|
close-issue-reason: completed
|
||||||
|
stale-issue-message: "If there are no further comments or activity on this issue, it'll be closed automatically in 7 days."
|
||||||
|
close-issue-message: "Automatically closing this issue due to inactivity, don't hesitate to open a new issue if needed."
|
||||||
debug-only: ${{ case(inputs.action == 'dryrun', true, false) }}
|
debug-only: ${{ case(inputs.action == 'dryrun', true, false) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user