1
0
Fork 0
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:
Brian Goff 2019-09-05 12:12:20 -07:00 committed by GitHub
commit 3b23f90339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
]
}