You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish to have an org wide branch protection rules, requiring all repos to have basic branch protection, it would ideally look something like this:
branches:
- name: master# Branch Protection settings. Set to null to disableprotection:
required_pull_request_reviews:
required_approving_review_count: 1dismiss_stale_reviews: truerequire_code_owner_reviews: trueenforce_admins: truerequired_linear_history: true
but based on #150 this won't be applied because some settings are missing, specifically the required_status_checks setting.
my ask is, that missing settings will simply be ignored or patched to existing settings, so by settings this at the org level, it would allow customizing checks for each repo but not removing the org level requirements of reviews, enforce admins, etc.
The text was updated successfully, but these errors were encountered:
I wish to have an org wide branch protection rules, requiring all repos to have basic branch protection, it would ideally look something like this:
but based on #150 this won't be applied because some settings are missing, specifically the
required_status_checks
setting.my ask is, that missing settings will simply be ignored or patched to existing settings, so by settings this at the org level, it would allow customizing checks for each repo but not removing the org level requirements of reviews, enforce admins, etc.
The text was updated successfully, but these errors were encountered: