Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2023-08-09 21:42:55 +02:00
Родитель c55384d9b2
Коммит 233e3350d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
1 изменённых файлов: 0 добавлений и 21 удалений

21
.github/workflows/missing_template.yml поставляемый
Просмотреть файл

@ -1,21 +0,0 @@
name: Missing bug template
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is marked as stale, because the necessary template
is skipped or filled out insufficently. We cannot help without proper information.
This issue will be closed in 5 days, unless the needed information will be added.'
any-of-issue-labels: 'Template missing'
labels-to-remove-when-unstale: 'Template missing'
stale-issue-label: 'stale'
days-before-stale: 1
days-before-close: 5