comparison third_party/emsdk/.github/stale.yml @ 179:8d17f6e6e290

[ThirdParty] Added emsdk bazel rules that can be supported by bazel 9.0.0
author MrJuneJune <me@mrjunejune.com>
date Thu, 22 Jan 2026 21:23:17 -0800
parents
children
comparison
equal deleted inserted replaced
178:94705b5986b3 179:8d17f6e6e290
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