keith / buildifier-prebuilt

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

Implement release GitHub Actions workflow #12

Closed cgrindel closed 2 years ago

cgrindel commented 2 years ago

Closes #11.

To complete the setup, the following needs to be configured for the repository:

  1. On the repository Settings -> General page, enable Allow auto-merge. You may also want to enable Automatically delete head branches to reduce the number of branches hanging around.
  2. Complete the Set Up a GitHub App to Generate Tokens. The default Github token provided to a workflow does not have permission to create releases or PRs. The idea is to configure a GitHub app that has the minimum permissions to do these actions.
keith commented 2 years ago

I setup the github app, hopefully correctly!