-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from deriv-com/sandeep/migrate-features
chore: ❇️ added codeoweners and updated deps
- Loading branch information
Showing
3 changed files
with
70 additions
and
6 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,64 @@ | ||
# ================================================================================== | ||
# ================================================================================== | ||
# Deriv CODEOWNERS | ||
# ================================================================================== | ||
# ================================================================================== | ||
# | ||
# Configuration of code ownership and review approvals for the deriv-com/bot repo. | ||
# | ||
# More info: https://help.github.com/articles/about-codeowners/ | ||
# | ||
|
||
|
||
# ================================================ | ||
# General rules / philosophy | ||
# ================================================ | ||
# | ||
# - we trust that people do the right thing and not approve changes they don't feel confident reviewing | ||
# - we use github teams so that we funnel code reviews to the most appropriate reviewer, this is why the team structure is fine-grained | ||
# - we enforce that only approved PRs get merged to ensure that unreviewed code doesn't get accidentally merged | ||
# - we delegate approval rights as much as possible so that we can scale better | ||
# - each group must have at least one person, but several people are preferable to avoid a single point of failure issues | ||
# | ||
# Configuration nuances: | ||
# | ||
# - This configuration works in conjunction with the protected branch settings that require all changes to be made via pull requests with at least one approval. | ||
# - This approval can come from an appropriate codeowner, or any repo collaborator (person with write access) if the PR is authored by a codeowner. | ||
# - Each codeowners team must have write access to the repo, otherwise their reviews won't count. | ||
# | ||
# In the case of emergency, the repo administrators can bypass this requirement. | ||
|
||
|
||
|
||
# ================================================ | ||
# GitHub username registry | ||
# (just to make this file easier to understand) | ||
# ================================================ | ||
|
||
# ali-hosseini-deriv | ||
# yashim-deriv | ||
# wojciech-deriv | ||
# markwylde-deriv | ||
# balakrishna-deriv | ||
# sandeep-deriv | ||
# shafin-deriv | ||
|
||
###################################################################################################### | ||
# | ||
# CODEOWNERS rules | ||
# ----------------- | ||
# | ||
# All the following rules are applied in the order specified in this file. | ||
# The last rule that matches wins! | ||
# | ||
# See https://git-scm.com/docs/gitignore#_pattern_format for pattern syntax docs. | ||
# | ||
###################################################################################################### | ||
|
||
|
||
# ============================================================== | ||
# Default Owners | ||
# (in case no pattern matches a path in a PR - this should be treated as a bug and result in adding the path to CODEOWNERS) | ||
# ============================================================== | ||
|
||
* @ali-hosseini-deriv @yashim-deriv @wojciech-deriv @markwylde-deriv @balakrishna-deriv @sandeep-deriv @shafin-deriv |
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