Skip to content

Commit 205fe55

Browse files
authored
Increase stalebot threshold (#17599)
* Increase stalebot threshold * Update triage-stale-check.yml Co-authored-by: chiedo <chiedo@users.noreply.github.com>
1 parent 955b22d commit 205fe55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/triage-stale-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
stale-pr-message: 'This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit.'
16-
days-before-stale: 7
15+
stale-pr-message: 'This PR is stale because it has been open 21 days with no activity and will be automatically closed in 10 days. To keep this PR open, update the PR by adding a comment or pushing a commit.'
16+
days-before-stale: 21
1717
days-before-close: 10
1818
stale-pr-label: 'stale'
1919
exempt-pr-labels: 'never-stale'

0 commit comments

Comments
 (0)