From 651d146fa4d199ec928a1cd073a37d5a86dcb27f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 5 Sep 2019 20:57:17 +0200 Subject: [PATCH] Poule: remove random assign Signed-off-by: Sebastiaan van Stijn --- poule.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/poule.yml b/poule.yml index d05c764b38..0407a20f20 100644 --- a/poule.yml +++ b/poule.yml @@ -99,36 +99,3 @@ 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: [ - "aaronlehmann", - "akihirosuda", - "coolljt0725", - "cpuguy83", - "crosbymichael", - "dnephin", - "duglin", - "fntlnz", - "johnstep", - "justincormack", - "mhbauer", - "mlaventure", - "runcom", - "stevvooe", - "thajeztah", - "tiborvass", - "tonistiigi", - "vdemeester", - "vieux", - "yongtang", - ] - }