diff --git a/otterdog/eclipse-ee4j.jsonnet b/otterdog/eclipse-ee4j.jsonnet index ef41f07..719f412 100644 --- a/otterdog/eclipse-ee4j.jsonnet +++ b/otterdog/eclipse-ee4j.jsonnet @@ -1997,6 +1997,30 @@ orgs.newOrg('eclipse-ee4j') { requires_status_checks: false, requires_strict_status_checks: true, }, + orgs.newBranchProtectionRule('6.5.x') { + required_approving_review_count: null, + requires_pull_request: false, + requires_status_checks: false, + requires_strict_status_checks: true, + }, + orgs.newBranchProtectionRule('6.4.x') { + required_approving_review_count: null, + requires_pull_request: false, + requires_status_checks: false, + requires_strict_status_checks: true, + }, + orgs.newBranchProtectionRule('6.3.x') { + required_approving_review_count: null, + requires_pull_request: false, + requires_status_checks: false, + requires_strict_status_checks: true, + }, + orgs.newBranchProtectionRule('6.2.x') { + required_approving_review_count: null, + requires_pull_request: false, + requires_status_checks: false, + requires_strict_status_checks: true, + }, orgs.newBranchProtectionRule('containers') { required_approving_review_count: null, requires_pull_request: false,