Skip to content

Commit

Permalink
Allow manual triggering of the action.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrob committed Jan 28, 2025
1 parent 8b6f57b commit fdb0f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 'Stale: Label and Close Issues'
on:
schedule:
- cron: '23 2,14 * * *' # Twice daily at 23 minutes after the hour (random/uncommon time)
workflow_dispatch: # Allows manual triggering

permissions:
actions: write # For managing the operation state cache
Expand Down

0 comments on commit fdb0f48

Please sign in to comment.