Skip to content

Commit 17a1d61

Browse files
authored
Add management for temporary fork, fix memberships (#301)
Signed-off-by: Marc Schöchlin <[email protected]>
1 parent e6f55b2 commit 17a1d61

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

orgs/SovereignCloudStack/data.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,11 +509,9 @@ teams:
509509
description: "Networking"
510510
privacy: closed
511511
maintainer:
512-
- fdobrovolny
513-
member:
514512
- matofeder
515-
- akafazov
516-
- ignatov17
513+
member:
514+
- fdobrovolny
517515
- MatusJenca2
518516
- OgarOgarovic
519517
- slug: "VP05"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
sonic-buildimage:
3+
default_branch: main
4+
description: 'A fork of the offical sonic repo'
5+
homepage: 'https://scs.community/'
6+
topics:
7+
- landscape
8+
- vp04
9+
archived: false
10+
has_issues: false
11+
has_projects: false
12+
has_wiki: false
13+
private: false
14+
delete_branch_on_merge: true
15+
allow_merge_commit: false
16+
allow_squash_merge: true
17+
allow_rebase_merge: true
18+
teams:
19+
- slug: "vp04"
20+
permission: "admin"
21+
collaborators: []
22+
branch_protections:
23+
- branch: "main"
24+
template: "main"

0 commit comments

Comments
 (0)