1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Don't mark issues on a milestone as stale

Once an issue has been assigned to a milestone, it shouldn't be closed
unless we decide that the release can ship without it.
This commit is contained in:
Eugene Kenny 2020-05-29 10:54:17 +01:00
parent b7c846afaf
commit 352c0a7e10

2
.github/stale.yml vendored
View file

@ -10,6 +10,8 @@ exemptLabels:
- attached PR - attached PR
- regression - regression
- release blocker - release blocker
# Issues on a milestone will never be considered stale
exemptMilestones: true
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: stale staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable