From d37115c692e66d3c5aa821eaec57e7b3dd0f1cd4 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:27:39 +0100 Subject: [PATCH] Update auto-close_stale_issues_and_pull-requests.yml add exception for Feature Requests --- .../workflows/auto-close_stale_issues_and_pull-requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-close_stale_issues_and_pull-requests.yml b/.github/workflows/auto-close_stale_issues_and_pull-requests.yml index 7d7a30a32f..ae5eac8a4e 100644 --- a/.github/workflows/auto-close_stale_issues_and_pull-requests.yml +++ b/.github/workflows/auto-close_stale_issues_and_pull-requests.yml @@ -113,13 +113,13 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: -1 days-before-issue-stale: -1 - day-before-issue-close: -1 + days-before-issue-close: -1 days-before-pr-stale: 150 days-before-pr-close: 90 operations-per-run: 30 # max num of ops per run stale-pr-label: 'Status: Stale' close-pr-label: 'Status: Auto-closing' - exempt-pr-labels: 'Needs backport,✋ On hold,Priority: High, Priority: Critical,no-auto-close' + exempt-pr-labels: 'Needs backport,Priority: High,Priority: Critical,no-auto-close' remove-stale-when-updated: true ascending: true stale-pr-message: |