forked from osism/github-manager
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update config.yaml Signed-off-by: Dominik Pataky <[email protected]> * Create scs-health-monitor.yaml Signed-off-by: Dominik Pataky <[email protected]> * Update data.yaml (#234) Signed-off-by: Dominik Pataky <[email protected]> --------- Signed-off-by: Dominik Pataky <[email protected]>
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
orgs/SovereignCloudStack/repositories/scs-health-monitor.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
scs-health-monitor: | ||
default_branch: main | ||
description: The new health monitor for IaaS and KaaS to test real-life scenarios | ||
homepage: 'https://scs.community/' | ||
topics: | ||
- openstack | ||
- kubernetes | ||
- testing | ||
- python | ||
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: | ||
- "VP12" | ||
collaborators: [] | ||
branch_protections: | ||
- branch: "main" | ||
template: "main" |