From bd6612273bf805b4585010170d251618340832c0 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 15 Sep 2022 15:37:33 -0700 Subject: [PATCH] build: add stale configuration (#35698) * build: add stale configuration * Update .github/stale.yml Co-authored-by: Jeremy Rose * Update stale.yml * Update stale.yml * Update .github/stale.yml Co-authored-by: Jeremy Rose Co-authored-by: Jeremy Rose --- .github/stale.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000000..380a60363aa --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,14 @@ +daysUntilStale: 90 +daysUntilClose: 30 +exemptLabels: + - discussion + - security 🔒 + - "enhancement :sparkles:" +staleLabel: stale +markComment: > + 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! +closeComment: > + This issue has been closed as it was considered stale, this issue 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 ensure a repro is provided. +