Custom properties
Custom properties allow you to decorate your repository with information such as compliance frameworks, data sensitivity, or project details.
pr_rule_scopeTo enforce PR rule for all the repository to comply with SOC2/HIPAA:
- Can't push code directly to the default branch (main/master), must have a PR.
- Need approval for all PRs
- Can't bypass the PR's rule
enforced