Skip to content

Commit

Permalink
Update jakartaee.jsonnet (#4)
Browse files Browse the repository at this point in the history
remove branch protection in repos owned by ee4j.jaxb and ee4j.jaxws projects

Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj authored Mar 20, 2024
1 parent caa7eed commit 2ac3e0a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions otterdog/jakartaee.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -840,14 +840,6 @@ orgs.newOrg('jakartaee') {
workflows+: {
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 1,
},
orgs.newBranchProtectionRule('EE4J_8') {
required_approving_review_count: 1,
},
],
},
orgs.newRepo('jaxb-api') {
allow_merge_commit: true,
Expand All @@ -860,14 +852,6 @@ orgs.newOrg('jakartaee') {
workflows+: {
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 1,
},
orgs.newBranchProtectionRule('EE4J_8') {
required_approving_review_count: 1,
},
],
},
orgs.newRepo('jaxb-tck') {
allow_merge_commit: true,
Expand Down Expand Up @@ -1452,14 +1436,6 @@ orgs.newOrg('jakartaee') {
workflows+: {
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 1,
},
orgs.newBranchProtectionRule('EE4J_8') {
required_approving_review_count: 1,
},
],
},
orgs.newRepo('security') {
allow_merge_commit: true,
Expand Down

0 comments on commit 2ac3e0a

Please sign in to comment.