This commit is contained in:
Garrett Campbell 2023-10-23 10:39:51 -04:00 коммит произвёл GitHub
Родитель df9e1b190f
Коммит 5b94a0c790
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

4
.github/workflows/stale-issues.yml поставляемый
Просмотреть файл

@ -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