Grant access to the git repo admin to merge the PR without review
Opened this issue · 0 comments
gushob21 commented
The blueprint creates protection rules on staging and prod branches so the code to these branches are only pushed via PR that requires at least 1 review from another individual. To let the people try out the blueprint on their own, relax the protection rules such that the repo admin are able to merge the PR without a review. It involves the following changes:
in bootstrap.sh, change enforce_admin: true to enforce_admin: null in all occurrences,