Skip to content

Commit

Permalink
Update stale workflow #s
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520036314
Change-Id: I424ddd6f161d6047f0d1643dc745a31f1623b44b
  • Loading branch information
keertk authored and copybara-github committed Mar 28, 2023
1 parent 8c712c8 commit 57f954d
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 @@ -23,13 +23,13 @@ jobs:
uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 913
days-before-pr-stale: 913
days-before-issue-stale: 880
days-before-pr-stale: 880
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.5 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 2+ 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 @@ -38,7 +38,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.5 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 2+ 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 57f954d

Please sign in to comment.