From 3cf838b81cde2f58c089c68bd80bca6102507946 Mon Sep 17 00:00:00 2001 From: dj-34 Date: Sun, 12 Jan 2025 07:39:13 +0500 Subject: [PATCH] Change stale label to edited one --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1b268802227af..cc466673212fc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,7 +22,7 @@ jobs: stale-pr-message: "This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself" days-before-stale: 7 days-before-close: 7 - stale-pr-label: 'Stale' + stale-pr-label: ':poop: Stale' days-before-issue-stale: -1 stale-issue-label: 'Cleanup Flagged' remove-issue-stale-when-updated: false