Skip to content

Commit

Permalink
Add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ericup authored Jul 18, 2024
1 parent 70efff6 commit 98d8824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: '30 19 * * *' # Runs daily at 19:30 UTC
workflow_dispatch: # Allows the workflow to be triggered manually from the GitHub UI

jobs:
stale:
Expand All @@ -30,4 +31,4 @@ jobs:
exempt-pr-labels: 'pinned, security' # Labels which exempt a PR from being marked as stale
operations-per-run: 30 # Limit the number of operations per run
remove-stale-when-updated: true # Remove stale label when new activity occurs
debug-only: true # Set to true for only logging actions instead of performing them
debug-only: true # Set to false to perform actions, true to only log them

0 comments on commit 98d8824

Please sign in to comment.