mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
💚 Increase time till stale, from 30 days to 1 year #1419
This commit is contained in:
parent
be1775d3ad
commit
eb749ebcd0
6
.github/workflows/close-stale-issues.yml
vendored
6
.github/workflows/close-stale-issues.yml
vendored
@ -13,7 +13,7 @@ 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: 90
|
days-before-stale: 360
|
||||||
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
|
||||||
@ -25,9 +25,9 @@ jobs:
|
|||||||
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,
|
||||||
otherwise this PR will be closed in 5 days.
|
otherwise this PR will be closed in 5 days.
|
||||||
close-issue-message: >
|
close-issue-message: >
|
||||||
This issue was automatically closed because it has been stalled for over 6 weeks with no activity.
|
This issue was automatically closed because it has been stalled for over 1 year with no activity.
|
||||||
close-pr-message: >
|
close-pr-message: >
|
||||||
This pull request was automatically closed because it has been stalled for over 6 weeks with no activity.
|
This pull request was automatically closed because it has been stalled for over 1 year with no activity.
|
||||||
stale-issue-label: '⚰️ Stale'
|
stale-issue-label: '⚰️ Stale'
|
||||||
close-issue-label: '🕸️ Inactive'
|
close-issue-label: '🕸️ Inactive'
|
||||||
stale-pr-label: '⚰️ Stale'
|
stale-pr-label: '⚰️ Stale'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user