Skip to content

Commit

Permalink
Add branch protection to kuksa-can-provider (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored Dec 22, 2023
1 parent c0757fc commit eb7dd30
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 @@ -200,6 +200,9 @@ orgs.newOrg('eclipse-kuksa') {
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
branch_protection_rules: [
kuksa_default_branch_protection_rule('main')
],
},
],
}

0 comments on commit eb7dd30

Please sign in to comment.