From 9db423970c961f3ca46a705a932faffec008e989 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Tue, 29 Aug 2023 20:26:34 +0200 Subject: [PATCH] [stale workflow] ignore other labels to not reach operations-per-run (#33410) --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0733dd890c..50752ce8d7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/stale@v6 with: stale-issue-message: "This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment." - exempt-issue-labels: 'no-stale' + exempt-issue-labels: 'no-stale,category:new-port,category:question,requires:repro,requires:more-information' days-before-issue-stale: 180 days-before-pr-stale: -1 days-before-close: 14