From c7dcf542cfb8709e4bfe991326b001b2ab93a5ff Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Sat, 5 Oct 2024 19:47:34 +0200 Subject: [PATCH] allow manually running stale workflow (#3580) --- .github/workflows/stale.yaml | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index e2acfe8258..742c702157 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9ac1ac53..6f58bd9a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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