CI: allow manual stale execution
This commit is contained in:
parent
37b76cd1ca
commit
d4e68ab602
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
|
@ -8,6 +8,7 @@ name: Mark stale issues and pull requests
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '26 0 * * *'
|
- cron: '26 0 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue