瀏覽代碼

Merge pull request #39872 from thaJeztah/remove_auto_assign

Poule: remove random assign
Brian Goff 5 年之前
父節點
當前提交
3b23f90339
共有 1 個文件被更改,包括 0 次插入33 次删除
  1. 0 33
      poule.yml

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