Skip to content

Commit

Permalink
Enable branch protection for OpenMQ releases (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored Aug 8, 2024
1 parent 7bbcee8 commit 9136ca0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions otterdog/eclipse-ee4j.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9136ca0

Please sign in to comment.