From b7b7b2609bc87ff72d5a98c99eb3bc0c5c57da25 Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Sat, 5 Oct 2024 19:13:52 +0200 Subject: [PATCH] allow manually running stale workflow --- .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 ce55b0228d..d29c8f40f3 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