Skip to content

Commit

Permalink
Add branch-protection to Databroker (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored Mar 28, 2024
1 parent cb21a0b commit 918c772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ orgs.newOrg('eclipse-kuksa') {
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
branch_protection_rules: [
kuksa_default_branch_protection_rule('main')
],
},
orgs.newRepo('kuksa-hardware') {
allow_merge_commit: true,
Expand Down

0 comments on commit 918c772

Please sign in to comment.