mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
workflow_dispatch
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
Loading…
Reference in New Issue
Block a user