Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stale workflow - process updates #17555

Closed
wants to merge 9 commits into from
Closed
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ 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 and will be worked on.
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 and will be worked on.
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