Skip to content

Commit

Permalink
add repository aaspe-V2 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
martafullen authored Jan 4, 2024
1 parent f41fd7d commit 088294f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-aaspe.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,20 @@ orgs.newOrg('eclipse-aaspe') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('aaspe-V2') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
description: "AASX V2 Package Explorer",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
},
],
}

0 comments on commit 088294f

Please sign in to comment.