Skip to content

Commit

Permalink
Add basyx-wiki repository. (#1)
Browse files Browse the repository at this point in the history
* Add basyx-wiki repository.

EF issue: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4029

Signed-off-by: Pawel Stankiewicz <[email protected]>

* Enable secret-scanning for basyx-wiki

Signed-off-by: Pawel Stankiewicz <[email protected]>

---------

Signed-off-by: Pawel Stankiewicz <[email protected]>
Co-authored-by: Pawel Stankiewicz <[email protected]>
  • Loading branch information
eclipsewebmaster and pstankie authored Dec 13, 2023
1 parent bc5eded commit 62dad97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-basyx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,17 @@ orgs.newOrg('eclipse-basyx') {
enabled: false,
},
},
orgs.newRepo('basyx-wiki') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning: "enabled",
secret_scanning_push_protection: "enabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
},
],
}

0 comments on commit 62dad97

Please sign in to comment.