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

View File

@ -3,6 +3,7 @@ name: Mark stale pull requests
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch
permissions:
pull-requests: write