Fix non-experimental remote_download_regex flag #8022
check_pr_title.yml
on: pull_request
Check commit message style
1s
Annotations
1 error and 1 warning
Check commit message style
The message 1 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "fix: non-experimental remote_download_regex flag". Please re-write the subject so that it starts with a verb in imperative mood.
The original message was:
fix: non-experimental remote_download_regex flag
This flag in Bazel 7.0 is no longer experimental so you get the following warning:
```
WARNING: Option 'experimental_remote_download_regex' is deprecated: Use --remote_download_regex instead
```
We can update to the non-experimental flag as we now only support Bazel 7+.
|
Check commit message style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|