From 249756bd2bb170dfb523aa5343a6c504a6014f65 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 25 Jun 2023 21:50:55 -0400 Subject: Updates to stale workflow Signed-off-by: Dave Henderson --- .github/workflows/stale.yml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0b09d22b..c02df873 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,8 +1,9 @@ name: 'Stale issue handler' on: workflow_dispatch: + issue_comment: schedule: - - cron: '42 04 * * 1' + - cron: '42 04 * * *' permissions: issues: write @@ -19,6 +20,26 @@ jobs: days-before-stale: 60 days-before-close: 14 stale-issue-message: | - This issue is stale because it has been open for 60 days with no activity. Remove `stale` label or comment or this will be automatically closed in a few days. + This issue is stale because it has been open for 60 days with no + activity. If it is no longer relevant or necessary, please close it. + Given no action, it will be closed in 14 days. + + If it's still relevant, one of the following will remove the stale + marking: + - A maintainer can add this issue to a milestone to indicate that + it's been accepted and will be worked on + - A maintainer can remove the `stale` label + - Anyone can post an update or other comment stale-pr-message: | - This pull request is stale because it has been open for 60 days with no activity. Remove `stale` label or comment or this will be automatically closed in a few days. + This pull request is stale because it has been open for 60 days with + no activity. If it is no longer relevant or necessary, please close + it. Given no action, it will be closed in 14 days. + + If it's still relevant, one of the following will remove the stale + marking: + - A maintainer can add this pull request to a milestone to indicate + that it's been accepted and will be worked on + - A maintainer can remove the `stale` label + - Anyone can post an update or other comment + - Anyone with write access can push a commit to the pull request + branch -- cgit v1.2.3