diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 769b053..2c60828 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,20 +1,12 @@ # This is a comment. # Each line is a file pattern followed by one or more owners. -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# @damla will be requested for -# review when someone opens a pull request. * @damla -# Order is important; the last matching pattern takes the most -# precedence. When someone opens a pull request that only -# modifies JS files, only @js-owner and not the global -# owner(s) will be requested for a review. -CONTRIBUTING.md @TheYkk -CODE_OF_CONDUCT.md @TheYkk -.github/ @TheYkk +CONTRIBUTING.md @damla @TheYkk +CODE_OF_CONDUCT.md @damla @TheYkk +.github/ @damla @TheYkk # The `docs/*` pattern will match files like # `docs/getting-started.md` but not further nested files like -docs/* @omerayyildiz +docs/* @damla @omerayyildiz diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index 99bc9c9..0000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Set to true to add reviewers to pull requests -addReviewers: true - -# Set to true to add assignees to pull requests -addAssignees: true - -# A list of reviewers to be added to pull requests (GitHub user name) -reviewers: - - damla - -# A list of keywords to be skipped the process that add reviewers if pull requests include it -skipKeywords: - - wip - -# A number of reviewers added to the pull request -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0