Update stale-issues.yml (#523)
This commit is contained in:
Родитель
df9e1b190f
Коммит
5b94a0c790
|
@ -12,11 +12,13 @@ jobs:
|
|||
stale-days: 30
|
||||
close-days: 14
|
||||
stale-label: stale
|
||||
stale-exempt-label: stale-exempt
|
||||
only-label: more info needed
|
||||
steps:
|
||||
- uses: actions/stale@v4.1.1
|
||||
with:
|
||||
stale-issue-label: ${{ env.stale-label }}
|
||||
exempt-issue-labels: ${{ env.stale-exempt-label }}
|
||||
only-labels: ${{ env.only-label }}
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
|
@ -24,4 +26,4 @@ jobs:
|
|||
stale-issue-message: "This issue is now marked as '${{ env.stale-label }}' due to there being no activity on it for the past ${{ env.stale-days }} days and being labeled '${{ env.only-label }}'. Unless the '${{ env.stale-label }}' label is removed or the issue is commented on, this will be closed in ${{ env.close-days }} days. If you would like to make this issue exempt from getting stale, please provide the information needed for the maintainers to understand the issue better."
|
||||
days-before-close: ${{ env.close-days }}
|
||||
close-issue-message: "This issue is now closed due to there being no activity on it for the past ${{ env.close-days }} days since being marked as '${{ env.stale-label }}'."
|
||||
operations-per-run: 100
|
||||
operations-per-run: 200
|
||||
|
|
Загрузка…
Ссылка в новой задаче