From 57f954d34b8811af4c96ed5c492f59dac81b5abb Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 28 Mar 2023 08:33:08 -0700 Subject: [PATCH] Update stale workflow #s PiperOrigin-RevId: 520036314 Change-Id: I424ddd6f161d6047f0d1643dc745a31f1623b44b --- .github/workflows/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e8ed70e8522fbb..0fb9ae2f4a2fe4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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. @@ -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.