Skip to content

Commit

Permalink
added repo entry for 4diac website hugo sources (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
azoitl authored Feb 15, 2024
1 parent 43ffe84 commit 31c57b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions otterdog/eclipse-4diac.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,15 @@ orgs.newOrg('eclipse-4diac') {
enabled: false,
},
},
orgs.newRepo('4diac-website-hugo') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: false,
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
},
],
}

0 comments on commit 31c57b0

Please sign in to comment.