mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-21 04:35:15 +02:00
🤖 Increase stale time, from 30 to 90 days
Less annoying notification
This commit is contained in:
parent
79bbc3785a
commit
68d47c25d2
6
.github/workflows/close-stale-issues.yml
vendored
6
.github/workflows/close-stale-issues.yml
vendored
@ -13,13 +13,13 @@ jobs:
|
|||||||
uses: actions/stale@v4
|
uses: actions/stale@v4
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 30
|
days-before-stale: 90
|
||||||
days-before-close: 5
|
days-before-close: 5
|
||||||
operations-per-run: 30
|
operations-per-run: 30
|
||||||
remove-stale-when-updated: true
|
remove-stale-when-updated: true
|
||||||
enable-statistics: true
|
enable-statistics: true
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below.
|
This issue has gone 3 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below.
|
||||||
Otherwise it will be closed in 5 working days.
|
Otherwise it will be closed in 5 working days.
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
This PR is stale because it has been open 6 weeks with no activity. Either remove the stale label or comment below with a short update,
|
This PR is stale because it has been open 6 weeks with no activity. Either remove the stale label or comment below with a short update,
|
||||||
@ -76,4 +76,4 @@ jobs:
|
|||||||
close-issue-label: '🕸️ Inactive'
|
close-issue-label: '🕸️ Inactive'
|
||||||
close-pr-label: '🕸️ Inactive'
|
close-pr-label: '🕸️ Inactive'
|
||||||
exempt-issue-labels: '📌 Keep Open'
|
exempt-issue-labels: '📌 Keep Open'
|
||||||
exempt-pr-labels: '📌 Keep Open'
|
exempt-pr-labels: '📌 Keep Open'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user