mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
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:
|
||||
schedule:
|
||||
- cron: '26 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
Loading…
Reference in a new issue