Skip to content

Commit

Permalink
Add a .github repo
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Dec 1, 2023
1 parent 1b77e1b commit 1822db4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-sirius.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,20 @@ orgs.newOrg('eclipse-sirius') {
enabled: false,
},
},
orgs.newRepo('.github') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
requires_pull_request: false,
requires_linear_history: true,
},
],
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
],
}

0 comments on commit 1822db4

Please sign in to comment.