Update auto-close_stale_issues_and_pull-requests.yml

add exception for Feature Requests
This commit is contained in:
Max Wilfinger
2024-12-08 18:27:39 +01:00
parent 2287f7ad4f
commit d37115c692

View File

@@ -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: |