2021-02-19 21:15:29 +00:00
|
|
|
status = [
|
|
|
|
"build (stable, windows-latest)",
|
|
|
|
"build (stable, ubuntu-latest)",
|
|
|
|
"build (stable, macos-latest)",
|
2022-01-02 20:18:53 +00:00
|
|
|
"build (nightly, ubuntu-latest)",
|
2021-02-19 21:15:29 +00:00
|
|
|
"build-wasm (stable, ubuntu-latest)",
|
2022-01-02 20:18:53 +00:00
|
|
|
"build-wasm (nightly, ubuntu-latest)",
|
2021-07-26 00:22:42 +00:00
|
|
|
"build-android",
|
2021-02-22 04:50:05 +00:00
|
|
|
"markdownlint",
|
2021-04-15 00:16:42 +00:00
|
|
|
"run-examples",
|
2022-06-06 20:22:51 +00:00
|
|
|
"run-examples-on-wasm",
|
2021-04-27 02:17:12 +00:00
|
|
|
"check-doc",
|
2021-05-30 18:14:58 +00:00
|
|
|
"check-missing-examples-in-docs",
|
2022-06-30 19:24:28 +00:00
|
|
|
# "check-unused-dependencies",
|
2021-08-06 22:00:16 +00:00
|
|
|
"ci",
|
2022-03-25 00:26:07 +00:00
|
|
|
"miri",
|
2022-05-02 19:13:34 +00:00
|
|
|
"check-compiles",
|
2022-05-31 17:30:31 +00:00
|
|
|
"build-and-install-on-iOS",
|
|
|
|
"run-examples-on-windows",
|
2021-02-19 21:15:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
use_squash_merge = true
|
2021-07-17 18:56:56 +00:00
|
|
|
block_labels = ["S-Pre-Relicense"]
|