Skip to content

Commit 3bdc7ce

Browse files
authored
ci: don't mark status/confirmed labeled issues as stale (electron#39659)
1 parent 48e14bc commit 3bdc7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
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!
2323
close-issue-message: >
2424
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.
25-
exempt-issue-labels: "discussion,security \U0001F512,enhancement :sparkles:"
25+
exempt-issue-labels: "discussion,security \U0001F512,enhancement :sparkles:,status/confirmed"
2626
only-pr-labels: not-a-real-label
2727
pending-repro:
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)