Skip to content

Commit

Permalink
allow manually running stale workflow (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel authored Oct 5, 2024
1 parent 961bae6 commit c7dcf54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _This release is scheduled to be released on 2025-01-01._

### Updated

- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity).

### Fixed

Expand Down

0 comments on commit c7dcf54

Please sign in to comment.