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: on:
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
workflow_dispatch
permissions: permissions:
pull-requests: write pull-requests: write