mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-03 13:47:08 +02:00
Merge pull request #530 from speed47/test
built from commit d3c0f1a24d
dated 2026-04-02 16:49:41 +0000
by Stéphane Lesimple (speed47_github@speed47.net)
chore: workflows revamp
This commit is contained in:
12
.github/workflows/stale.yml
vendored
12
.github/workflows/stale.yml
vendored
@@ -3,6 +3,16 @@ name: 'Manage stale issues and PRs'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '37 7 * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
action:
|
||||
description: "dry-run"
|
||||
required: true
|
||||
default: "dryrun"
|
||||
type: choice
|
||||
options:
|
||||
- dryrun
|
||||
- apply
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
@@ -20,4 +30,4 @@ jobs:
|
||||
days-before-close: 7
|
||||
stale-issue-label: stale
|
||||
remove-stale-when-updated: true
|
||||
debug-only: true
|
||||
debug-only: ${{ case(inputs.action == 'apply', false, true) }}
|
||||
|
||||
Reference in New Issue
Block a user