mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #30835 from icecrime/update_poule
Randomly assigned pull requests after 2 weeks
This commit is contained in:
commit
f19bfbbf8c
1 changed files with 25 additions and 1 deletions
26
poule.yml
26
poule.yml
|
@ -4,7 +4,7 @@
|
|||
operations:
|
||||
- type: label
|
||||
filters: {
|
||||
~labels: [ " status/0-triage", "status/1-design-review", "status/2-code-review", "status/3-docs-review", "status/4-merge" ],
|
||||
~labels: [ "status/0-triage", "status/1-design-review", "status/2-code-review", "status/3-docs-review", "status/4-merge" ],
|
||||
}
|
||||
settings: {
|
||||
patterns: {
|
||||
|
@ -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…
Add table
Reference in a new issue