ci: change stale/inactivity threshold for bot [skip ci]
This commit is contained in:
8
.github/workflows/stale.yml
vendored
8
.github/workflows/stale.yml
vendored
@@ -14,8 +14,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
days-before-stale: -1
|
days-before-stale: -1
|
||||||
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.
|
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.
|
||||||
days-before-pr-stale: 21
|
days-before-pr-stale: 90
|
||||||
days-before-pr-close: 3
|
days-before-pr-close: 7
|
||||||
stale-pr-label: ⏹️ stale
|
stale-pr-label: ⏹️ stale
|
||||||
remove-stale-when-updated: yes
|
remove-stale-when-updated: yes
|
||||||
exempt-issue-labels: 📦 dependencies
|
exempt-issue-labels: 📦 dependencies
|
||||||
@@ -28,10 +28,10 @@ jobs:
|
|||||||
- uses: dessant/lock-threads@v4
|
- uses: dessant/lock-threads@v4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
issue-inactive-days: 14
|
issue-inactive-days: 180
|
||||||
issue-lock-reason: ""
|
issue-lock-reason: ""
|
||||||
add-issue-labels: ☑️ archived
|
add-issue-labels: ☑️ archived
|
||||||
pr-inactive-days: 14
|
pr-inactive-days: 180
|
||||||
pr-lock-reason: ""
|
pr-lock-reason: ""
|
||||||
add-pr-labels: ☑️ archived
|
add-pr-labels: ☑️ archived
|
||||||
workflows:
|
workflows:
|
||||||
|
|||||||
Reference in New Issue
Block a user