From 4a9bfead967104971b6dae3da25c0e8b7c464f8b Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Mon, 4 Mar 2024 13:36:52 +0530 Subject: [PATCH] TP-54317 | Synced file(s) with navi-android/workflows (#128) --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6ecdfac..380bfae 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-pr-stale: 21 stale-pr-label: 'STALE / OPEN' - stale-pr-message: "This PR hasn't seen activity in the last 6 weeks! Should it be merged, closed, or worked on further? If you want to keep it open, post a comment or remove the `STALE / OPEN` label – otherwise, this will be closed in 1 week." + stale-pr-message: "This PR hasn't seen activity in the last 3 weeks! Should it be merged, closed, or worked on further? If you want to keep it open, post a comment or remove the `STALE / OPEN` label – otherwise, this will be closed in 1 week." days-before-pr-close: 7 close-pr-label: 'STALE / CLOSED' close-pr-message: 'This PR was closed due to 4 weeks of inactivity. Feel free to reopen it if still relevant.' + exempt-pr-labels: 'DEPENDABOT / GITHUB ACTIONS, DEPENDABOT / GRADLE'