From 8902407372df8004c0f7a4f88be79c2d3c1967a8 Mon Sep 17 00:00:00 2001 From: zarik5 Date: Mon, 29 Jul 2024 03:39:00 +0200 Subject: [PATCH] ci: Add stale exclusion rule for PRs (#2289) --- .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 3025cfbf21..db1c2f66c5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,4 +10,5 @@ jobs: - uses: actions/stale@v9 with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' - exempt-issue-labels: 'bug,documentation,enhancement,good-first-issue,hep-wanted,needs-testing,release' \ No newline at end of file + exempt-issue-labels: 'bug,documentation,enhancement,good-first-issue,hep-wanted,needs-testing,release' + exempt-draft-pr: true