瀏覽代碼

Switch from bors to github merge queue.

Dario Nieuwenhuis 1 年之前
父節點
當前提交
8065502596
共有 5 個文件被更改,包括 4 次插入14 次删除
  1. 0 6
      .github/bors.toml
  2. 1 2
      .github/workflows/coverage.yml
  3. 1 2
      .github/workflows/fuzz.yml
  4. 1 2
      .github/workflows/rustfmt.yaml
  5. 1 2
      .github/workflows/test.yml

+ 0 - 6
.github/bors.toml

@@ -1,6 +0,0 @@
-status = [
-    "tests",
-    "fuzz",
-    "clippy",
-    "fmt",
-]

+ 1 - 2
.github/workflows/coverage.yml

@@ -1,7 +1,6 @@
 on:
-  push:
-    branches: [staging, trying]
   pull_request:
+  merge_group:
 
 name: Coverage
 

+ 1 - 2
.github/workflows/fuzz.yml

@@ -1,7 +1,6 @@
 on:
-  push:
-    branches: [ staging, trying ]
   pull_request:
+  merge_group:
 
 name: Fuzz
 

+ 1 - 2
.github/workflows/rustfmt.yaml

@@ -1,7 +1,6 @@
 on:
-  push:
-    branches: [ staging, trying ]
   pull_request:
+  merge_group:
 
 name: Rustfmt check
 jobs:

+ 1 - 2
.github/workflows/test.yml

@@ -1,7 +1,6 @@
 on:
-  push:
-    branches: [staging, trying]
   pull_request:
+  merge_group:
 
 name: Test