Skip to content

Commit

Permalink
Protected ecaludp main branch (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold authored Apr 4, 2024
1 parent ab34875 commit 02427a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions otterdog/eclipse-ecal.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,14 @@ orgs.newOrg('eclipse-ecal') {
workflows+: {
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 0,
requires_linear_history: true,
requires_status_checks: false,
requires_strict_status_checks: true,
},
],
},
orgs.newRepo('fineftp-server') {
allow_merge_commit: true,
Expand Down

0 comments on commit 02427a6

Please sign in to comment.