Skip to content

Commit 1fc32eb

Browse files
authored
Update stale.yml
1 parent 7769a7e commit 1fc32eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/stale@v3
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
17-
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
16+
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days'
17+
stale-pr-message: 'This pull request is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days'
1818
stale-issue-label: 'no-issue-activity'
1919
stale-pr-label: 'no-pr-activity'
2020
exempt-pr-labels: 'awaiting-approval,work-in-progress,pending review,discussion'
21-
days-before-stale: 30
21+
days-before-stale: 90
2222
days-before-close: 5

0 commit comments

Comments
 (0)