There are workflows in which it is desirable to have the workflow itself make changes (such as updating a pom.xml, packages.json, CHANGELOG.md, etc.) on a branch which is otherwise protected from direct changes. Some things that don't work (or don't work well): Simply disabling branch protection rules entirely for the branch in question isn't a feasible solution, because there are plenty of legiti

