Add a glance-reviewbot group
Add a glance-reviewbot group with permission to abandon changes or mark them work in progress (workflow -1). This will be used by the Glance team's "glancebot" account to service their stale change review policy. Change-Id: I7879496be316aae7c4c5a66b3fdbdc83e730a871
This commit is contained in:
parent
d58825fd59
commit
2aa55a5337
@ -1,6 +1,8 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group glance-core
|
||||
abandon = group glance-reviewbot
|
||||
label-Code-Review = -2..+2 group glance-core
|
||||
label-Workflow = -1..0 group glance-reviewbot
|
||||
label-Workflow = -1..+1 group glance-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
|
@ -1,8 +1,10 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group glance-core
|
||||
abandon = group glance-reviewbot
|
||||
abandon = group swift-core
|
||||
label-Code-Review = -2..+2 group glance-core
|
||||
label-Code-Review = -2..+2 group swift-core
|
||||
label-Workflow = -1..0 group glance-reviewbot
|
||||
label-Workflow = -1..+1 group glance-core
|
||||
label-Workflow = -1..+1 group swift-core
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group glance-core
|
||||
abandon = group glance-reviewbot
|
||||
label-Code-Review = -2..+2 group glance-core
|
||||
label-Workflow = -1..0 group glance-reviewbot
|
||||
label-Workflow = -1..+1 group glance-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
|
Loading…
Reference in New Issue
Block a user