diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a998db0f..fe82dddc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,3 @@ # the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. -* @teivah diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2d232541..0c7f2654 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,6 @@ name: Bug report about: Create a report to help us improve. title: '' labels: bug report -assignees: teivah --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 422128a0..114f7c50 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,6 @@ name: Feature request about: Suggest an idea for RxGo. title: '' labels: enhancement -assignees: teivah --- diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index eba461ab..c75f1e43 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -3,6 +3,5 @@ name: Other about: Neither a bug report, a question, nor a feature request. title: '' labels: '' -assignees: teivah --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index b81881a7..48802bac 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -3,6 +3,5 @@ name: Question about: Ask a question about RxGo. title: '' labels: question -assignees: teivah --- diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 4d5b7066..3ea4d2cc 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -6,7 +6,6 @@ addAssignees: false # A list of reviewers to be added to pull requests (GitHub user name) reviewers: - - teivah # A number of reviewers added to the pull request # Set 0 to add all the reviewers (default: 0)