chore: udpate stale github workflow

This commit is contained in:
Stéphane Lesimple
2026-06-06 18:58:28 +02:00
parent 4031b0f3bd
commit c1aee44717
+4 -1
View File
@@ -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) }}