keith / buildifier-prebuilt

A bazel toolchain for using prebuilt binaries for buildifier and buildozer
MIT License
35 stars 13 forks source link

Change to trigger workflow. #8

Closed cgrindel closed 2 years ago

cgrindel commented 2 years ago

@keith Sweet. The CI workflow ran successfully. If you want to add the CI as a requirement before merging a PR, you can add a branch rule for main:

  1. Navigate to the repository's Settings.
  2. Select Branches on the left.
  3. Click Add rule.
  4. For the branch name, enter main.
  5. Select Require status checks to pass before merging and Require branches to be up to date before merging.
  6. In the status checks textbox below those two options, search for all_ci_tests and select it.
  7. Scroll down to the bottom and click Save changes.
keith commented 2 years ago

Done