mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #39872 from thaJeztah/remove_auto_assign
Poule: remove random assign
This commit is contained in:
commit
3b23f90339
1 changed files with 0 additions and 33 deletions
33
poule.yml
33
poule.yml
|
@ -99,36 +99,3 @@
|
|||
configurations: [ z ],
|
||||
label: "rebuild/z",
|
||||
}
|
||||
|
||||
# Once a day, randomly assign pull requests older than 2 weeks.
|
||||
- schedule: "@daily"
|
||||
operations:
|
||||
- type: random-assign
|
||||
filters: {
|
||||
age: "2w",
|
||||
is: "pr",
|
||||
}
|
||||
settings: {
|
||||
users: [
|
||||
"aaronlehmann",
|
||||
"akihirosuda",
|
||||
"coolljt0725",
|
||||
"cpuguy83",
|
||||
"crosbymichael",
|
||||
"dnephin",
|
||||
"duglin",
|
||||
"fntlnz",
|
||||
"johnstep",
|
||||
"justincormack",
|
||||
"mhbauer",
|
||||
"mlaventure",
|
||||
"runcom",
|
||||
"stevvooe",
|
||||
"thajeztah",
|
||||
"tiborvass",
|
||||
"tonistiigi",
|
||||
"vdemeester",
|
||||
"vieux",
|
||||
"yongtang",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue