瀏覽代碼

Randomly assign pull requests older than two weeks

Add a daily job to randomly assign pull requests which have been opened
for more than two weeks.

Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com>
Arnaud Porterie (icecrime) 8 年之前
父節點
當前提交
d4f5fa29db
共有 1 個文件被更改,包括 24 次插入0 次删除
  1. 24 0
      poule.yml

+ 24 - 0
poule.yml

@@ -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",
+            ]
         }