GitHub Actions bot can't commit directly to master branch since it will hit the branch protection rules of master. We can disable the rules to allow it to commit, but an alternative is to make the bot commit to a branch and open a PR that can be merged after review.
So do the later. This will make the process less automated, but at least it should work.
GitHub Actions bot can't commit directly to
master
branch since it will hit the branch protection rules ofmaster
. We can disable the rules to allow it to commit, but an alternative is to make the bot commit to a branch and open a PR that can be merged after review.So do the later. This will make the process less automated, but at least it should work.