This repository has a invalid default branch or branch protection policy. Please update the default branch and/or branch protection policy with the below rules to close this issue.
See rules.yaml for more detail on the rules in our GitHub policy.
Protection of the default branch should be configured using repository rulesets. See Converting to GitHub repository rulesets for how to convert this repository. The following must then be satisfied:
- Approvals ruleset is missing. Create a ruleset named
Approvals with a pull_request rule targeting ~DEFAULT_BRANCH and enforcement set to active.
- Main CI ruleset is missing. Create a ruleset named
Main CI with a non_fast_forward rule targeting ~DEFAULT_BRANCH and enforcement set to active.
- alternatively, classic branch protection on the default branch is accepted for this repository in place of the rulesets above, provided it requires at least one approving review, requires conversation resolution before merging, and does not allow force pushes.
This repository has a invalid default branch or branch protection policy. Please update the default branch and/or branch protection policy with the below rules to close this issue.
See rules.yaml for more detail on the rules in our GitHub policy.
Protection of the default branch should be configured using repository rulesets. See Converting to GitHub repository rulesets for how to convert this repository. The following must then be satisfied:
Approvalswith apull_requestrule targeting~DEFAULT_BRANCHand enforcement set toactive.Main CIwith anon_fast_forwardrule targeting~DEFAULT_BRANCHand enforcement set toactive.