mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 07:43:20 +01:00
Set stale action to run on workflow dispatch
This commit is contained in:
parent
f94c12d8ca
commit
e4b2751a52
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -3,6 +3,7 @@ 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