Просмотр исходного кода

Update .github/workflows/close-stale-issues.yml: create issues/PRs section

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3813/head
Suguru Hirahara 1 год назад
Родитель
Сommit
b979bfed9e
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
1 измененных файлов: 5 добавлений и 2 удалений
  1. +5
    -2
      .github/workflows/close-stale-issues.yml

+ 5
- 2
.github/workflows/close-stale-issues.yml Просмотреть файл

@@ -15,8 +15,13 @@ jobs:
steps: steps:
- uses: actions/stale@v9 - uses: actions/stale@v9
with: with:
######################################################################
# Issues/PRs
######################################################################
# An allow-list of label(s) to only process the issues/PRs which contain one of these label(s). # An allow-list of label(s) to only process the issues/PRs which contain one of these label(s).
any-of-labels: 'needs-info' any-of-labels: 'needs-info'
# Use this to do a dry run from a pull request
# debug-only: true
###################################################################### ######################################################################
# Issues # Issues
###################################################################### ######################################################################
@@ -41,5 +46,3 @@ jobs:
any-of-pr-labels: 'needs-rebase' any-of-pr-labels: 'needs-rebase'
# Use this to ignore updates such as comments (only to keep the PR alive by bumping) # Use this to ignore updates such as comments (only to keep the PR alive by bumping)
# ignore-pr-updates: true # ignore-pr-updates: true
# Use this to do a dry run from a pull request
# debug-only: true

Загрузка…
Отмена
Сохранить