allow manually running stale workflow (#3580)

This commit is contained in:
Karsten Hassel 2024-10-05 19:47:34 +02:00 committed by GitHub
parent 961bae637c
commit c7dcf542cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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