Skip to content

Commit 5f7aaff

Browse files
authored
Manage zuul repos (#303)
- add 2 new repos that were not under manager so far - archive old `zuul` repo as not used since quite a while Signed-off-by: Artem Goncharov <[email protected]>
1 parent 82b765f commit 5f7aaff

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
system-config:
3+
default_branch: main
4+
description: The configuration of our SCS infrastructure
5+
homepage: 'https://scs.community/contribute/'
6+
archived: false
7+
has_issues: true
8+
has_projects: false
9+
has_wiki: false
10+
private: false
11+
delete_branch_on_merge: true
12+
allow_merge_commit: false
13+
allow_squash_merge: true
14+
allow_rebase_merge: true
15+
teams: []
16+
branch_protections:
17+
- branch: "main"
18+
template: "main"

orgs/SovereignCloudStack/repositories/zuul-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
zuul-config:
33
default_branch: main
4-
description: The configuration of our zuul instances
4+
description: The configuration of our SCS tenant in zuul
55
homepage: 'https://scs.community/contribute/'
66
topics:
77
- zuul
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
zuul-scs-jobs:
3+
default_branch: main
4+
description: The configuration of our zuul instances
5+
homepage: 'https://scs.community/contribute/'
6+
topics:
7+
- zuul
8+
archived: false
9+
has_issues: true
10+
has_projects: false
11+
has_wiki: false
12+
private: false
13+
delete_branch_on_merge: true
14+
allow_merge_commit: false
15+
allow_squash_merge: true
16+
allow_rebase_merge: true
17+
teams: []
18+
branch_protections:
19+
- branch: "main"
20+
template: "main"

orgs/SovereignCloudStack/repositories/zuul.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ zuul:
55
homepage: 'https://zuul.scs.community/'
66
topics:
77
- zuul
8-
archived: false
8+
archived: true
99
has_issues: true
1010
has_projects: false
1111
has_wiki: false

0 commit comments

Comments
 (0)