black-lager / python

The Python CLI and API for talking to Black Lager devices
https://black-lager.github.io
Apache License 2.0
1 stars 0 forks source link

Configure GitHub actions to create pull request on protobuf update #9

Closed ahmedkadd closed 1 year ago

ahmedkadd commented 1 year ago

Close #8

The previous behavior was for the GitHub action to try and commit the protobuf change to the main branch, so the GitHub actions were failing because the main branch is protected.

Updated the GitHub action to create a pull request instead when updating protobufs.