Skip to content

Commit f9fa07d

Browse files
committedAug 25, 2023
ci: change stale/inactivity threshold for bot [skip ci]
1 parent 2790543 commit f9fa07d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/stale.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
with:
1515
days-before-stale: -1
1616
stale-pr-message: This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity.
17-
days-before-pr-stale: 21
18-
days-before-pr-close: 3
17+
days-before-pr-stale: 90
18+
days-before-pr-close: 7
1919
stale-pr-label: ⏹️ stale
2020
remove-stale-when-updated: yes
2121
exempt-issue-labels: 📦 dependencies
@@ -28,10 +28,10 @@ jobs:
2828
- uses: dessant/lock-threads@v4
2929
with:
3030
github-token: ${{ github.token }}
31-
issue-inactive-days: 14
31+
issue-inactive-days: 180
3232
issue-lock-reason: ""
3333
add-issue-labels: ☑️ archived
34-
pr-inactive-days: 14
34+
pr-inactive-days: 180
3535
pr-lock-reason: ""
3636
add-pr-labels: ☑️ archived
3737
workflows:

0 commit comments

Comments
 (0)
Failed to load comments.