Skip to content

Commit

Permalink
allow manually running stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel committed Oct 5, 2024
1 parent f51fbe3 commit 6c4e472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Close stale issues and PRs"

on:
workflow_dispatch: # needed for manually running this workflow
schedule:
- cron: "30 1 * * 6" # every Saturday at 1:30

Expand Down

0 comments on commit 6c4e472

Please sign in to comment.