diff --git a/poule.yml b/poule.yml index a9b7144549..70692154d5 100644 --- a/poule.yml +++ b/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", + ] }