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:
parent
26649de086
commit
d4f5fa29db
1 changed files with 24 additions and 0 deletions
24
poule.yml
24
poule.yml
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue