From 97cd204c2d46d262d2ad62adb80553c69d82e476 Mon Sep 17 00:00:00 2001 From: keertk <110264242+keertk@users.noreply.github.com> Date: Tue, 14 Feb 2023 04:34:10 -0800 Subject: [PATCH] Add awaiting-bazeler to list of exempt labels - stale workflow Closes #17454. PiperOrigin-RevId: 509489587 Change-Id: I6436155007b0300acc04a5886372c5ea20333344 --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0c846c7f66ff2b..9288eb2c812d86 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -30,20 +30,20 @@ jobs: stale-issue-message: > Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 30 days. It will be closed in the next 7 - days unless any other activity occurs or the "not stale" label is added. + days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". close-issue-message: > This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to a maintainer to add the "not stale" label. Thanks! stale-pr-message: > Thank you for contributing to the Bazel repository! This pull request has been marked as stale since it has not had any activity in the last 30 days. It will be closed in the next - 14 days unless any other activity occurs or one of the following labels are added: "not stale", "awaiting-review", "awaiting-PR-merge". + 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-review", "awaiting-PR-merge". Please provide a status update or let us know when you're ready. close-pr-message: > This pull request has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to a maintainer to add the "not stale" label. Thanks! stale-issue-label: 'stale' - exempt-issue-labels: 'not stale' + exempt-issue-labels: 'not stale,awaiting-bazeler' stale-pr-label: 'stale' exempt-pr-labels: 'not stale,awaiting-review,awaiting-PR-merge' exempt-draft-pr: true