Skip to content

Commit

Permalink
feat: new repo for wallet-dim-stub application (#98)
Browse files Browse the repository at this point in the history
* feat: new repo for wallet-dim-stub application

* fix: repo name and discription updated and setting with default values are removed

* fix: workflow permission set to read
  • Loading branch information
nitin-vavdiya authored Aug 7, 2024
1 parent 0abec03 commit ad87d54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1517,5 +1517,19 @@ orgs.newOrg('eclipse-tractusx') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('ssi-dim-wallet-stub') {
description: "Stub application for DIM Wallet",
allow_merge_commit: true,
dependabot_alerts_enabled: true,
dependabot_security_updates_enabled: true,
allow_update_branch: false,
delete_branch_on_merge: false,
has_discussions: true,
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "read",
},
},
],
}

0 comments on commit ad87d54

Please sign in to comment.