Skip to content

Commit

Permalink
.github configs (#13)
Browse files Browse the repository at this point in the history
* add ops-bot config and CODEOWNERS file

* mv issue templates to .github dir

* add ending newline to ops-bot.yaml

* add myself to eng codeowners lists
  • Loading branch information
cwharris authored Apr 23, 2022
1 parent 3ead4fd commit 753bb3a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions .github/ops-bot.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 753bb3a

Please sign in to comment.