Merge pull request #2461 from actions/thyeggman-patch-1

Update stale.yml to only use workflow_dispatch
This commit is contained in:
Jacob Wallraff
2024-08-01 15:47:13 -07:00
committed by GitHub
+3 -2
View File
@@ -1,8 +1,9 @@
name: Mark stale issues and pull requests
on:
schedule:
- cron: "21 4 * * *"
workflow_dispatch:
# schedule:
# - cron: "21 4 * * *"
jobs:
stale: