Skip to content

Commit

Permalink
update to other repo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Jan 30, 2024
1 parent 40be65e commit bccee8f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions otterdog/eclipse-velocitas.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -504,11 +504,14 @@ orgs.newOrg('eclipse-velocitas') {
],
},
orgs.newRepo('pkg-velocitas-main') {
allow_merge_commit: false,
allow_update_branch: false,
delete_branch_on_merge: true,
description: "Velocitas toolchain package which provides the main entry-point for the Velocitas modular toolchain.",
has_wiki: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
dismisses_stale_reviews: true,
Expand Down

0 comments on commit bccee8f

Please sign in to comment.