From b979bfed9ee53c403f59af5655efd8b439cbea99 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 22 Nov 2024 18:13:26 +0900 Subject: [PATCH] Update .github/workflows/close-stale-issues.yml: create issues/PRs section Signed-off-by: Suguru Hirahara --- .github/workflows/close-stale-issues.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 93991b521..44124c2e2 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.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