diff options
author | Vaxry <[email protected]> | 2024-01-01 18:34:15 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-01 18:34:15 +0100 |
commit | d4e68ab60216596867d6ee08b1e96ff0eeaec80e (patch) | |
tree | 5f80effd3f88201f14fbf1aa449fbf47e5cb4450 /.github | |
parent | 37b76cd1caed209e20e0e353671abf6ba4346b42 (diff) | |
download | Hyprland-d4e68ab60216596867d6ee08b1e96ff0eeaec80e.tar.gz Hyprland-d4e68ab60216596867d6ee08b1e96ff0eeaec80e.zip |
CI: allow manual stale execution
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 09f7a992..223186b5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,6 +8,7 @@ name: Mark stale issues and pull requests on: schedule: - cron: '26 0 * * *' + workflow_dispatch: jobs: stale: |