File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,3 +36,17 @@ github:
3636 rebase : false
3737 features :
3838 issues : true
39+ protected_branches :
40+ main :
41+ required_status_checks :
42+ contexts :
43+ - " codestyle"
44+ - " lint"
45+ - " benchmark-lint"
46+ - " compile"
47+ - " docs"
48+ - " compile-no-std"
49+ - " test (stable)"
50+ - " test (beta)"
51+ - " test (nightly)"
52+ - " Release Audit Tool (RAT)"
Original file line number Diff line number Diff line change 2323 branches :
2424 - main
2525 pull_request :
26+ merge_group :
2627
2728jobs :
2829
Original file line number Diff line number Diff line change 1717
1818name : Rust
1919
20- on : [push, pull_request]
20+ on :
21+ push :
22+ branches-ignore :
23+ - ' gh-readonly-queue/**'
24+ pull_request :
25+ merge_group :
2126
2227permissions :
2328 contents : read
2429
2530jobs :
26-
2731 codestyle :
2832 runs-on : ubuntu-latest
2933 steps :
You can’t perform that action at this time.
0 commit comments