From fd062a2c3f8fb8902e0a45f2a1d8a9ef31d49a4b Mon Sep 17 00:00:00 2001 From: Shivam Mishra <124146945+shmishra99@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:28:20 +0530 Subject: [PATCH] Remove 'awaiting' labels when user issue/PR updated. Remove the label "stat:awaiting response", when issue/PR unstale. --- .github/workflows/stale.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index c5e15bce6..bc4b4bfeb 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -39,7 +39,9 @@ jobs: # Limit the No. of API calls in one run default value is 30. operations-per-run: 500 # Prevent to remove stale label when PRs or issues are updated. - remove-stale-when-updated: false + remove-stale-when-updated: true + # List of labels to remove when issues/PRs unstale. + labels-to-remove-when-unstale: 'stat:awaiting response' # comment on issue if not active for more then 7 days. stale-issue-message: 'This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.' # comment on PR if not active for more then 14 days.