Skip to content

Commit

Permalink
added newRepo for 4diac documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
azoitl committed Feb 12, 2024
1 parent ef0bde7 commit 264127c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions otterdog/eclipse-4diac.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,12 @@ orgs.newOrg('eclipse-4diac') {
enabled: false,
},
},
orgs.newRepo('4diac-documentation') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
web_commit_signoff_required: false,
},
],
}

0 comments on commit 264127c

Please sign in to comment.