TP-21760 | Update Stale Action to 6 weeks (#5736)

This commit is contained in:
Shivam Goyal
2023-03-19 16:52:04 +05:30
committed by GitHub Enterprise
parent 4e6540a1ef
commit 44b4e35adb

View File

@@ -9,12 +9,12 @@ jobs:
stale:
runs-on: [ default ]
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-pr-stale: 70
days-before-pr-stale: 42
stale-pr-label: 'STALE'
stale-pr-message: "This PR hasn't seen activity in last 10 weeks! Should it be merged, closed, or worked on further? If you want to keep it open, post a comment or remove the `STALE` label otherwise this will be closed in 2 weeks."
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` label otherwise, this will be closed in 2 weeks."
days-before-pr-close: 14
close-pr-label: 'CLOSED BY STALE'
close-pr-message: 'This PR was closed due to 3 months of inactivity. Feel free to reopen it if still relevant.'
close-pr-message: 'This PR was closed due to 8 weeks of inactivity. Feel free to reopen it if still relevant.'