comparison third_party/emsdk/.github/stale.yml @ 186:8cf4ec5e2191 hg-web

Fixed merge conflict.
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 22:38:59 -0800
parents 8d17f6e6e290
children
comparison
equal deleted inserted replaced
176:fed99fc04e12 186:8cf4ec5e2191
1 # Number of days of inactivity before an issue becomes stale
2 daysUntilStale: 365
3 # Number of days of inactivity before a stale issue is closed
4 daysUntilClose: 30
5 # Issues with these labels will never be considered stale
6 exemptLabels:
7 - pinned
8 - security
9 # Label to use when marking an issue as stale
10 staleLabel: wontfix
11 # Comment to post when marking an issue as stale. Set to `false` to disable
12 markComment: >
13 This issue has been automatically marked as stale because there has been no
14 activity in the past year. It will be closed automatically if no further
15 activity occurs in the next 30 days. Feel free to re-open at any time if this
16 issue is still relevant.
17 # Comment to post when closing a stale issue. Set to `false` to disable
18 closeComment: false