There are times when we may not want to use the default repository configuration, which requires a PR approval process in order for one to push to main.
Notes
Even when protected_branches = [], the DEFAULT_BRANCH is still protected:

Here's where we add the DEFAULT_BRANCH.
There are times when we may not want to use the default repository configuration, which requires a PR approval process in order for one to push to main.
Notes
Even when
protected_branches = [], theDEFAULT_BRANCHis still protected:Here's where we add the
DEFAULT_BRANCH.