mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Set stale action to run on workflow dispatch
This commit is contained in:
parent
f94c12d8ca
commit
e4b2751a52
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -2,7 +2,8 @@ name: Mark stale pull requests
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
Loading…
Reference in New Issue
Block a user