Skip to content

Commit

Permalink
Stale workflow - process updates
Browse files Browse the repository at this point in the history
Closes bazelbuild#17555.

PiperOrigin-RevId: 512578345
Change-Id: I6fc3277410722d84ba57d2ae967d1aa9c6f0fdbb
  • Loading branch information
keertk authored and fweikert committed May 25, 2023
1 parent 3c0eb42 commit 43b535b
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,33 @@ jobs:
uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 30
days-before-pr-stale: 30
days-before-issue-close : 7
days-before-issue-stale: 1095
days-before-pr-stale: 1095
days-before-issue-close: 14
days-before-pr-close: 14
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 one of the following labels is added: "not stale", "awaiting-bazeler".
This issue has been marked as stale since it has not had any activity in the last 3 years. It will be closed in the next 14
days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out
to the triage team (`@bazelbuild/triage`) if you think this issue is still relevant or you are interested in getting the
issue resolved.
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!
to the triage team (`@bazelbuild/triage`). 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
This pull request has been marked as stale since it has not had any activity in the last 3 years. It will be closed in the next
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.
Please reach out to the triage team (`@bazelbuild/triage`) if you think this PR is still relevant or you are interested in getting the
PR merged.
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!
This pull request has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out
to the triage team (`@bazelbuild/triage`). Thanks!
stale-issue-label: 'stale'
exempt-issue-labels: 'not stale,awaiting-bazeler'
exempt-issue-labels: 'not stale,awaiting-bazeler,untriaged,P0,P1'
close-issue-reason: "not_planned"
stale-pr-label: 'stale'
exempt-pr-labels: 'not stale,awaiting-review,awaiting-PR-merge'
exempt-pr-labels: 'not stale,awaiting-review,awaiting-PR-merge,P0,P1'
exempt-draft-pr: true
operations-per-run: 500
ascending: true
start-date: 2023-01-01
debug-only: true

0 comments on commit 43b535b

Please sign in to comment.