Skip to content

Commit 884e8fc

Browse files
committed
ci: increase stale threshold
1 parent aa6e06d commit 884e8fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/issue-daily.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
with:
1414
actions: 'check-inactive'
1515
token: ${{ secrets.GITHUB_TOKEN }}
16-
inactive-day: 7
16+
inactive-day: 15
1717
inactive-label: 'stale'
1818
exclude-labels: 'bug, documentation, enhancement, feature, help wanted, need reproduction, stale'
1919
body: |
20-
This issue is marked as `stale` because it has not had recent activity. Issues marked with `stale` will be closed if they have no activity within 3 days.
20+
This issue is marked as `stale` because it has not had recent activity. Issues marked with `stale` will be closed if they have no activity within 7 days.
2121
2222
issue-close-stale:
2323
name: close stale issues
@@ -28,7 +28,7 @@ jobs:
2828
actions: 'close-issues'
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
labels: 'stale'
31-
inactive-day: 3
31+
inactive-day: 7
3232

3333
issue-close-need-reproduction:
3434
name: close need-reproduction issues
@@ -39,4 +39,4 @@ jobs:
3939
actions: 'close-issues'
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141
labels: 'need reproduction'
42-
inactive-day: 3
42+
inactive-day: 7

.github/workflows/issue-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
actions: 'create-comment'
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
body: |
30-
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [v2.vuepress.vuejs.org/new](https://v2.vuepress.vuejs.org/new). Issues marked with `need reproduction` will be closed if they have no activity within 3 days.
30+
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [v2.vuepress.vuejs.org/new](https://v2.vuepress.vuejs.org/new). Issues marked with `need reproduction` will be closed if they have no activity within 7 days.

0 commit comments

Comments
 (0)