Skip to content

Commit

Permalink
aaspe-common init (#3)
Browse files Browse the repository at this point in the history
* aaspe-common init

* enable secret_scanning and secret_scanning_push_protection

* enable secret_scanning and secret_scanning_push_protection for aasx-server

* Remove redundant settings, will be inherited from default config

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
martafullen and netomi authored Mar 4, 2024
1 parent e43d136 commit 97e4973
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions otterdog/eclipse-aaspe.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ orgs.newOrg('eclipse-aaspe') {
dependabot_security_updates_enabled: true,
description: "C# based server for AASX packages",
homepage: "",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"aasx",
"aasx-server",
Expand Down Expand Up @@ -99,5 +97,16 @@ orgs.newOrg('eclipse-aaspe') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('aaspe-common') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "aaspe common components",
has_wiki: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
],
}

0 comments on commit 97e4973

Please sign in to comment.