From b6c1bc3aae0ad9acf182cf5d889848c82a053b78 Mon Sep 17 00:00:00 2001 From: Riccardo Zaglia Date: Sat, 27 Jul 2024 03:19:14 +0200 Subject: [PATCH] ci: Add stale exclusion rule for PRs --- .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 3025cfbf21..5fde4d4c25 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,4 +10,4 @@ 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,needs-rebase'