Skip to content

Commit

Permalink
Add awaiting-bazeler to list of exempt labels - stale workflow
Browse files Browse the repository at this point in the history
Closes #17454.

PiperOrigin-RevId: 509489587
Change-Id: I6436155007b0300acc04a5886372c5ea20333344
  • Loading branch information
keertk authored and copybara-github committed Feb 14, 2023
1 parent c7d6dba commit 97cd204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97cd204

Please sign in to comment.