File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -82,16 +82,16 @@ pull_request_rules:
82
82
# any changes requested.
83
83
- " #changes-requested-reviews-by=0"
84
84
- or :
85
- # Any contributor's PR can be automerged with 2 (or more) reviews.
86
- - " #approved-reviews-by>=2"
87
- # A maintainer's contribution that has already aged long enough to
88
- # earn the "priority-review" label can be merged immediately.
89
- # The label can also be applied manually in case of an important
90
- # bugfix, etc.
91
- - and :
92
- - " label=priority-review"
93
- - " author=@maintainers"
94
- - " #approved-reviews-by>=1"
85
+ # Any contributor's PR can be automerged with 2 (or more) reviews.
86
+ - " #approved-reviews-by>=2"
87
+ # A maintainer's contribution that has already aged long enough to
88
+ # earn the "priority-review" label can be merged immediately.
89
+ # The label can also be applied manually in case of an important
90
+ # bugfix, etc.
91
+ - and :
92
+ - " label=priority-review"
93
+ - " author=@maintainers"
94
+ - " #approved-reviews-by>=1"
95
95
actions :
96
96
queue : {}
97
97
dismiss_reviews : {}
You can’t perform that action at this time.
0 commit comments