File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- uses : actions/stale@v1
14
14
with :
15
15
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'
18
18
stale-issue-label : ' No Activity'
19
19
exempt-issue-labels : ' feature request'
20
20
stale-pr-label : ' No Activity'
21
21
exempt-pr-labels : ' WIP'
22
- days-before-stale : 30
23
- days-before-close : 5
22
+ days-before-stale : 90
23
+ days-before-close : 10
You can’t perform that action at this time.
0 commit comments