bazel-contrib / bazel-contrib/.github

[FR] allow setting bazel-version explicitly

Open
#21 9 comments 1 reaction 1 assignee Claimed by @alexeagle View on GitHub
Dominant language
No language data
Stars
7
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Currently `bazel.yaml` set's two bazel-versions "implicitly", the version from `.bazelversion` and `8.0.0rc1`. ([source](https://github.com/bazel-contrib/.github/blob/master/.github/workflows/bazel.yaml#L87-L90))

It would be great to be able to set the bazel-versions explicitly.

maybe something like this:
```yaml
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
with:
bazelversions: |
[
"6.5.0",
"7.4.1",
"8.0.0rc1"
]
```
which could lead to the list being `.bazelversion`+those versions.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.