瀏覽代碼

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 年之前
父節點
當前提交
b979bfed9e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 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:
- uses: actions/stale@v9
with:
######################################################################
# Issues/PRs
######################################################################
# An allow-list of label(s) to only process the issues/PRs which contain one of these label(s).
any-of-labels: 'needs-info'
# Use this to do a dry run from a pull request
# debug-only: true
######################################################################
# Issues
######################################################################
@@ -41,5 +46,3 @@ jobs:
any-of-pr-labels: 'needs-rebase'
# Use this to ignore updates such as comments (only to keep the PR alive by bumping)
# ignore-pr-updates: true
# Use this to do a dry run from a pull request
# debug-only: true

Loading…
取消
儲存