RoadieHQ / helm-charts

Helm charts for RoadieHQ tools
https://charts.roadie.io
Apache License 2.0
2 stars 9 forks source link

Add branch protection #10

Open dtuite opened 3 years ago

dtuite commented 3 years ago

The $GITHUB_ACTOR bot needs to be able to commit directly to master so it can package and publish charts when new changes are merged to the master branch. Branch protection requires that all commits get reviewed, and this was preventing the actor from committing.

We would like to have branch protection in general, but still allow this automatic publishing process.