From f0612cfb3152173bd4d83c34454357bb6cc2c4d2 Mon Sep 17 00:00:00 2001 From: imp-kawano <88296094+imp-kawano@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:53:18 +0900 Subject: [PATCH] add exempt-issue-labels parameter --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d67c3483b..0b8ac6fc2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,4 +1,4 @@ -# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. +# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. # # You can adjust the behavior by modifying this file. # For more information, see: @@ -25,4 +25,5 @@ jobs: stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.' stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.' close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.' + exempt-issue-labels: 'no-autoclose' operations-per-run : 200