Skip to content
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
8 changes: 4 additions & 4 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ github:
collaborators:
- acs-robot

protected_branches:
main:
required_pull_request_reviews:
required_approving_review_count: 2
#protected_branches:
# main:
# required_pull_request_reviews:
# required_approving_review_count: 2
22 changes: 22 additions & 0 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,17 @@ labelPRBasedOnFilePath:
- plugins/storage/volume/solidfire/*
"component:ssvm":
- services/secondary-storage/*
"component:storage":
- plugins/storage/*
- plugins/storage-allocators/*
- server/src/main/java/com/cloud/storage/*
- server/src/main/java/org/apache/cloudstack/storage/*
- engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/*
- engine/api/src/main/java/org/apache/cloudstack/storage/*
- engine/schema/src/main/java/com/cloud/storage/*
- engine/schema/src/main/java/org/apache/cloudstack/storage/*
- engine/storage/*
- scripts/storage/*
"component:systemd":
- packaging/systemd/*
- systemvm/debian/etc/systemd/*
Expand Down Expand Up @@ -178,17 +189,28 @@ firstPRWelcomeComment: >
Congratulations on your first Pull Request and welcome to the Apache CloudStack community!
If you have any issues or are unsure about any anything please check our
Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)

Here are some useful points:

- In case of a new feature add useful documentation (raise doc PR at https://github.com/apache/cloudstack-documentation)

- Be patient and persistent. It might take some time to get a review or get the final approval from the committers.

- Pay attention to the quality of your code, ensure tests are passing and your PR doesn't have conflicts.

- Please follow [ASF Code of Conduct](https://github.com/apache/.github/blob/main/.github/CODE_OF_CONDUCT.md) for all
communication including (but not limited to) comments on Pull Requests, Issues, Mailing list and Slack.

- Be sure to read the [CloudStack Coding Conventions](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Coding+conventions).

Apache CloudStack is a community-driven project and together we are making it better 🚀.

In case of doubts contact the developers at:

Mailing List: dev@cloudstack.apache.org (https://cloudstack.apache.org/mailing-lists.html)

Slack: https://apachecloudstack.slack.com/

firstPRMergeComment: >
Awesome work, congrats on your first merged pull request!

Expand Down
19 changes: 0 additions & 19 deletions .github/semantic.yml

This file was deleted.