Skip to content

Commit

Permalink
update config after repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-4diac-bot committed Apr 8, 2024
1 parent 8a2ece2 commit a4666da
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 @@ -48,6 +48,13 @@ orgs.newOrg('eclipse-4diac') {
delete_branch_on_merge: false,
web_commit_signoff_required: false,
},
orgs.newRepo('4diac-ide') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('4diac-toolchain') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit a4666da

Please sign in to comment.