diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..2a94042b9b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# Default Approval rule if one of the later sections does not apply +* @BartleyR @mdemoret-nv @pdmack @raykallen + +# Engineering is requried for changes to the following +/morpheus/ @BartleyR @mdemoret-nv @pdmack @bsuryadevara @dagardner-nv @drobison00 @efajardo-nv @cwharris +/cmake/ @BartleyR @mdemoret-nv @pdmack @bsuryadevara @dagardner-nv @drobison00 @efajardo-nv @cwharris +/tests/ @BartleyR @mdemoret-nv @pdmack @bsuryadevara @dagardner-nv @drobison00 @efajardo-nv @cwharris + +# Data Science is requried for changes to `models` +/models/ @BartleyR @mdemoret-nv @pdmack @bsuryadevara @raykallen @gbatmaz @tzemicheal diff --git a/.gitlab/issue_templates/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .gitlab/issue_templates/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.gitlab/issue_templates/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md similarity index 100% rename from .gitlab/issue_templates/documentation-request.md rename to .github/ISSUE_TEMPLATE/documentation-request.md diff --git a/.gitlab/issue_templates/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .gitlab/issue_templates/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.gitlab/issue_templates/submit-question.md b/.github/ISSUE_TEMPLATE/submit-question.md similarity index 100% rename from .gitlab/issue_templates/submit-question.md rename to .github/ISSUE_TEMPLATE/submit-question.md diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml new file mode 100644 index 0000000000..0a52b67955 --- /dev/null +++ b/.github/ops-bot.yaml @@ -0,0 +1,8 @@ +# This file controls which features from the `ops-bot` repository below are enabled. +# - https://github.com/rapidsai/ops-bot + +auto_merger: true +branch_checker: true +label_checker: true +release_drafter: true +external_contributors: false