Skip to content

Commit

Permalink
Randomly assign pull requests older than two weeks
Browse files Browse the repository at this point in the history
Add a daily job to randomly assign pull requests which have been opened
for more than two weeks.

Signed-off-by: Arnaud Porterie (icecrime) <[email protected]>
  • Loading branch information
Arnaud Porterie (icecrime) committed Feb 8, 2017
1 parent 26649de commit d4f5fa2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions poule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}

0 comments on commit d4f5fa2

Please sign in to comment.