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.
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.