Skip to content

Commit

Permalink
update config to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-velocitas-bot committed Aug 14, 2024
1 parent 6a57e54 commit b33e401
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions otterdog/eclipse-velocitas.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,11 @@ orgs.newOrg('eclipse-velocitas') {
},
],
},
orgs.newRepo('vehicle-app-python-sdk') {
orgs.newRepo('vehicle-app-kotlin-template') {
allow_update_branch: false,
description: "vehicle-app-python-sdk",
description: "Vehicle App template for Kotlin",
has_wiki: false,
is_template: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -316,11 +317,10 @@ orgs.newOrg('eclipse-velocitas') {
},
],
},
orgs.newRepo('vehicle-app-python-template') {
orgs.newRepo('vehicle-app-python-sdk') {
allow_update_branch: false,
description: "Vehicle App template for Python",
description: "vehicle-app-python-sdk",
has_wiki: false,
is_template: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -334,10 +334,13 @@ orgs.newOrg('eclipse-velocitas') {
requires_strict_status_checks: true,
},
],
environments: [
orgs.newEnvironment('pypi'),
],
},
orgs.newRepo('vehicle-app-kotlin-template') {
orgs.newRepo('vehicle-app-python-template') {
allow_update_branch: false,
description: "Vehicle App template for Kotlin",
description: "Vehicle App template for Python",
has_wiki: false,
is_template: true,
web_commit_signoff_required: false,
Expand Down

0 comments on commit b33e401

Please sign in to comment.