Skip to content

Commit

Permalink
Allow manual workflow_dispatch (#10610)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <andrew@planetscale.com>
  • Loading branch information
ajm188 committed Jun 28, 2022
1 parent be8a2e2 commit 57a96cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/close_stale_pull_requests.yml
Expand Up @@ -3,6 +3,8 @@ on:
schedule:
- cron: '0 1 * * *'

workflow_dispatch: {}

permissions:
pull-requests: write

Expand All @@ -23,4 +25,4 @@ jobs:

# (TODO:ajm188) - remove these after testing/validating the workflow.
debug-only: true
enable-statistics: true
enable-statistics: true

0 comments on commit 57a96cf

Please sign in to comment.