Skip to content

Commit

Permalink
Reimport after changes via the Web UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-esmf-bot committed Aug 3, 2023
1 parent e23bcb4 commit 71b3b91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions otterdog/eclipse-esmf.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,20 @@ orgs.newOrg('eclipse-esmf') {
orgs.newRepo('esmf-sdk-js-aspect-model-loader') {
allow_update_branch: false,
dependabot_alerts_enabled: false,
description: "Load Aspect Models as AngularJS for UIs based on aspect models",
description: "Load Aspect Models into TypeScript. This facilitates JavaScript projects e.g. based on Angular and React.",
homepage: "https://eclipse-esmf.github.io/js-sdk-guide/index.html",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"javascript",
"js"
],
web_commit_signoff_required: false,
},
orgs.newRepo('esmf-sdk-js-schematics') {
allow_update_branch: false,
dependabot_alerts_enabled: false,
description: "Create dynamic schematic UI components for angular javascript applications",
description: "Create UI components for Angular applications with Schematics based on Aspect Models.",
homepage: "https://eclipse-esmf.github.io/js-sdk-guide/index.html",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand Down

0 comments on commit 71b3b91

Please sign in to comment.