Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-embed-cdt-bot committed Feb 27, 2024
1 parent f163072 commit aa6a1c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions otterdog/eclipse-embed-cdt.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ orgs.newOrg('eclipse-embed-cdt') {
dependency_graph_enabled_for_new_repositories: false,
description: "",
name: "Eclipse Embedded CDT (C/C++ Development Tools)",
packages_containers_internal: false,
packages_containers_public: false,
readers_can_create_discussions: true,
web_commit_signoff_required: false,
workflows+: {
Expand Down Expand Up @@ -44,6 +42,7 @@ orgs.newOrg('eclipse-embed-cdt') {
},
orgs.newRepo('eclipse-embed-cdt.github.io') {
allow_merge_commit: true,
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
Expand Down

0 comments on commit aa6a1c9

Please sign in to comment.