Skip to content

Commit

Permalink
add new ibeji-example-applications repo (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle authored Aug 29, 2023
1 parent f83e530 commit aa85521
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-ibeji.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@ orgs.newOrg('eclipse-ibeji') {
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('ibeji-example-applications') {
allow_update_branch: false,
description: "ibeji project example applications and integrations with other components",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
}
],
}

0 comments on commit aa85521

Please sign in to comment.