Skip to content

Commit 20b0043

Browse files
authored
Update stale.yml
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 780d891 commit 20b0043

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- uses: actions/stale@v1
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
stale-issue-message: 'This issue has not seen activity for 30 days, Remove stale label or comment or this will be closed in 5 days'
17-
stale-pr-message: 'This PR has not seen activity for 30 days, Remove stale label or comment or this will be closed in 5 days'
16+
stale-issue-message: 'This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days'
17+
stale-pr-message: 'This PR has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days'
1818
stale-issue-label: 'No Activity'
1919
exempt-issue-labels: 'feature request'
2020
stale-pr-label: 'No Activity'
2121
exempt-pr-labels: 'WIP'
22-
days-before-stale: 30
23-
days-before-close: 5
22+
days-before-stale: 90
23+
days-before-close: 10

0 commit comments

Comments
 (0)