Skip to content

Commit

Permalink
Add pass-admin-ui repository (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis authored Aug 7, 2024
1 parent 8ee4b0c commit 992cdf4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions otterdog/eclipse-pass.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,15 @@ orgs.newOrg('eclipse-pass') {
dependabot_security_updates_enabled: true,
web_commit_signoff_required: false,
},
orgs.newRepo('pass-admin-ui') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: true,
dependabot_alerts_enabled: true,
dependabot_security_updates_enabled: true,
description: "Administrative UI code base for PASS",
web_commit_signoff_required: false,
},
orgs.newRepo('pass-doi-service') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 992cdf4

Please sign in to comment.