File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- 7.1.2
1+ 7.2.0
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ root = true
33[* ]
44end_of_line = lf
55insert_final_newline = true
6-
Original file line number Diff line number Diff line change 2525 with : { clang-format-version: "18" }
2626
2727 test-windows :
28- if : github.event_name == 'merge_group'
28+ if : ( github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == ' merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
2929 runs-on : windows-latest
3030 steps :
3131 - uses : actions/cache@v4
4141 working-directory : test
4242
4343 test-linux :
44- if : github.event_name == 'merge_group'
44+ if : ( github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == ' merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
4545 runs-on : ubuntu-latest
4646 steps :
4747 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 11startup --windows_enable_symlinks
22common --enable_bzlmod
33common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main
4+ common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
45common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
56common --registry=https://bcr.bazel.build
67build --enable_platform_specific_config
Original file line number Diff line number Diff line change 11pre_bump_hooks = [
2- # Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
3- " buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module" ,
4- " bazel mod tidy" ,
2+ # Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
3+ " buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module" ,
4+ " bazel mod tidy" ,
55]
66
77post_bump_hooks = [
8- " git push" ,
9- " git push origin {{version}}" ,
10- " gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag" ,
8+ " git push" ,
9+ " git push origin {{version}}" ,
10+ " gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag" ,
1111]
You can’t perform that action at this time.
0 commit comments