1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Set stale action to run on workflow dispatch

This commit is contained in:
Batuhan Taskaya
2021-12-16 12:09:31 +03:00
parent f94c12d8ca
commit e4b2751a52
+2 -1
View File
@@ -2,7 +2,8 @@ name: Mark stale pull requests
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * *"
workflow_dispatch
permissions:
pull-requests: write