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:
parent
b7c846afaf
commit
352c0a7e10
1 changed files with 2 additions and 0 deletions
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue