Randomly assign pull requests older than two weeks

Add a daily job to randomly assign pull requests which have been opened
for more than two weeks.

Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie (icecrime) 2017-02-08 07:54:47 -08:00
parent 26649de086
commit d4f5fa29db
No known key found for this signature in database
GPG Key ID: 3D78FAF1AF91D9E9
1 changed files with 24 additions and 0 deletions

View File

@ -99,4 +99,28 @@
settings: {
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: [
"anusha-ragunathan",
"cpuguy83",
"crosbymichael",
"dnephin",
"justincormack",
"lk4d4",
"mlaventure",
"thajeztah",
"tiborvass",
"tonistiigi",
"vdemeester",
"vieux",
]
}