Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit e98a373

Browse files
Use correct status check names for bors config
1 parent 9a4000c commit e98a373

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bors.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
status = [
2-
"CI / static_analysis (push)",
3-
"CI / build (macos) (push)",
4-
"CI / build (ubuntu) (push)",
5-
"CI / build (windows) (push)",
6-
"CI / e2e_test (ubuntu) (push)",
2+
"static_analysis",
3+
"build (macos)",
4+
"build (ubuntu)",
5+
"build (windows)",
6+
"e2e_test",
77
]
88
pr_status = ["license/cla"]

0 commit comments

Comments
 (0)