Skip to content

Commit

Permalink
Add branch protection for kuksa-common and kuksa-python-sdk (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored Nov 24, 2023
1 parent f2df62a commit 2f2f0ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,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-python-sdk') {
allow_merge_commit: true,
Expand All @@ -137,7 +140,10 @@ orgs.newOrg('eclipse-kuksa') {
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
branch_protection_rules: [
kuksa_default_branch_protection_rule('main')
],
},
orgs.newRepo('kuksa-android-companion') {
allow_merge_commit: true,
Expand Down

0 comments on commit 2f2f0ec

Please sign in to comment.