Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage zuul repos #303

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions orgs/SovereignCloudStack/repositories/system-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
system-config:
default_branch: main
description: The configuration of our SCS infrastructure
homepage: 'https://scs.community/contribute/'
archived: false
has_issues: true
has_projects: false
has_wiki: false
private: false
delete_branch_on_merge: true
allow_merge_commit: false
allow_squash_merge: true
allow_rebase_merge: true
teams: []
branch_protections:
- branch: "main"
template: "main"
2 changes: 1 addition & 1 deletion orgs/SovereignCloudStack/repositories/zuul-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
zuul-config:
default_branch: main
description: The configuration of our zuul instances
description: The configuration of our SCS tenant in zuul
homepage: 'https://scs.community/contribute/'
topics:
- zuul
Expand Down
20 changes: 20 additions & 0 deletions orgs/SovereignCloudStack/repositories/zuul-scs-jobs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
zuul-scs-jobs:
default_branch: main
description: The configuration of our zuul instances
homepage: 'https://scs.community/contribute/'
topics:
- zuul
archived: false
has_issues: true
has_projects: false
has_wiki: false
private: false
delete_branch_on_merge: true
allow_merge_commit: false
allow_squash_merge: true
allow_rebase_merge: true
teams: []
branch_protections:
- branch: "main"
template: "main"
2 changes: 1 addition & 1 deletion orgs/SovereignCloudStack/repositories/zuul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ zuul:
homepage: 'https://zuul.scs.community/'
topics:
- zuul
archived: false
archived: true
has_issues: true
has_projects: false
has_wiki: false
Expand Down
Loading