Browse code

Poule: remove random assign

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/09/06 03:57:17
Showing 1 changed files
... ...
@@ -99,36 +99,3 @@
99 99
             configurations: [ z ],
100 100
             label:          "rebuild/z",
101 101
         }
102
-
103
-# Once a day, randomly assign pull requests older than 2 weeks.
104
-- schedule:         "@daily"
105
-  operations:
106
-      - type:       random-assign
107
-        filters: {
108
-            age:    "2w",
109
-            is:     "pr",
110
-        }
111
-        settings: {
112
-            users: [
113
-                "aaronlehmann",
114
-                "akihirosuda",
115
-                "coolljt0725",
116
-                "cpuguy83",
117
-                "crosbymichael",
118
-                "dnephin",
119
-                "duglin",
120
-                "fntlnz",
121
-                "johnstep",
122
-                "justincormack",
123
-                "mhbauer",
124
-                "mlaventure",
125
-                "runcom",
126
-                "stevvooe",
127
-                "thajeztah",
128
-                "tiborvass",
129
-                "tonistiigi",
130
-                "vdemeester",
131
-                "vieux",
132
-                "yongtang",
133
-            ]
134
-        }