From 3bdc7ce64a79120c4001d0c614e4ad037246229e Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 25 Aug 2023 11:09:28 -0700 Subject: [PATCH] ci: don't mark status/confirmed labeled issues as stale (#39659) --- .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 d14c3f6a1a5b..ddbb399615b1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,7 +22,7 @@ jobs: This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment** (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the [latest version of Electron](https://www.electronjs.org/releases/stable) or in the [beta](https://www.electronjs.org/releases/beta)—please include it with your comment! close-issue-message: > This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue on a [supported version of Electron](https://www.electronjs.org/docs/latest/tutorial/electron-timelines#timeline) please open a new issue and include instructions for reproducing the issue. - exempt-issue-labels: "discussion,security \U0001F512,enhancement :sparkles:" + exempt-issue-labels: "discussion,security \U0001F512,enhancement :sparkles:,status/confirmed" only-pr-labels: not-a-real-label pending-repro: runs-on: ubuntu-latest