Skip to content

Commit

Permalink
Update stale workflow
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 530626970
Change-Id: I0bac01d6bc596c7eef624e883be7f0d38cb27306
  • Loading branch information
keertk authored and Copybara-Service committed May 9, 2023
1 parent 50641a0 commit 6b7f1ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
uses: actions/stale@f7176fd3007623b69d27091f9b9d4ab7995f0a06 # v5.2.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 775
days-before-pr-stale: 775
days-before-issue-stale: 650
days-before-pr-stale: 650
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 2+ years. It will be closed in the next 14
This issue has been marked as stale since it has not had any activity in the last 1+ 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.
Expand All @@ -46,7 +46,7 @@ jobs:
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 2+ years. 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 1+ 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 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.
Expand Down

0 comments on commit 6b7f1ef

Please sign in to comment.