Skip to content

Commit c03dc80

Browse files
authored
update codeowners (#1009)
### Description <!-- Provide a detailed description of the changes in this PR --> ### Type of changes <!-- Mark the relevant option with an [x] --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Refactor - [ ] Documentation update - [x] Other (please describe): ### CI Pipeline Configuration Configure CI behavior by applying the relevant labels: - [SKIP_CI](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/user-guide/contributing/contributing.md#skip_ci) - Skip all continuous integration tests - [INCLUDE_NOTEBOOKS_TESTS](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/user-guide/contributing/contributing.md#include_notebooks_tests) - Execute notebook validation tests in pytest - [INCLUDE_SLOW_TESTS](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/user-guide/contributing/contributing.md#include_slow_tests) - Execute tests labelled as slow in pytest for extensive testing > [!NOTE] > By default, the notebooks validation tests are skipped unless explicitly enabled. #### Authorizing CI Runs We use [copy-pr-bot](https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#automation) to manage authorization of CI runs on NVIDIA's compute resources. * If a pull request is opened by a trusted user and contains only trusted changes, the pull request's code will automatically be copied to a pull-request/ prefixed branch in the source repository (e.g. pull-request/123) * If a pull request is opened by an untrusted user or contains untrusted changes, an NVIDIA org member must leave an `/ok to test` comment on the pull request to trigger CI. This will need to be done for each new commit. ### Usage <!--- How does a user interact with the changed code --> ```python TODO: Add code snippet ``` ### Pre-submit Checklist <!--- Ensure all items are completed before submitting --> - [ ] I have tested these changes locally - [ ] I have updated the documentation accordingly - [ ] I have added/updated tests as needed - [ ] All existing tests pass successfully Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
1 parent 0c27085 commit c03dc80

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CODEOWNERS

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# @jomitchellnv - Jonathan Mitchell
1919
# @jstjohn - John St. John
2020
# @jwilber - Jared Wilber
21-
# @kdidiNVIDIA - Kieran Didi
2221
# @ntadimeti - Neha Tadimeti
2322
# @nv-mcclure - Zachary McClure
2423
# @nvdreidenbach - Danny Reidenbach
@@ -32,7 +31,7 @@
3231
# @yzhang123 - Yang Zhang
3332

3433
# TODO: make this a team of bionemo-core contributors
35-
* @dorotat-nv @jstjohn @pstjohn @trvachov @sichu2023 @skothenhill-nv @jomitchellnv @jwilber @cspades
34+
* @dorotat-nv @jstjohn @pstjohn @trvachov @sichu2023 @skothenhill-nv @jomitchellnv @jwilber @cspades @polinabinder1 @broland-hat @yzhang123
3635

3736
#
3837
## LEGAL
@@ -44,8 +43,8 @@ license_header @dorotat-nv @jstjohn @trvachov
4443
#
4544
## DOCUMENTATION
4645
#
47-
**.md @dorotat-nv @jstjohn @pstjohn @trvachov @jwilber @tshimko-nv
48-
docs @dorotat-nv @jstjohn @pstjohn @trvachov @jwilber @tshimko-nv
46+
**.md @dorotat-nv @jstjohn @pstjohn @trvachov @jwilber @tshimko-nv @polinabinder1 @broland-hat @yzhang123 @cspades @jomitchellnv
47+
docs @dorotat-nv @jstjohn @pstjohn @trvachov @jwilber @tshimko-nv @polinabinder1 @broland-hat @yzhang123 @cspades @jomitchellnv
4948

5049

5150
#
@@ -71,7 +70,7 @@ sub-packages/bionemo-llm @farhadrgh @dorotat-nv @jstjohn @pstjohn @skothenhill-n
7170

7271
sub-packages/bionemo-geometric @DejunL @guoqing-zhou @jstjohn
7372

74-
sub-packages/bionemo-esm2 @pstjohn @jstjohn @skothenhill-nv @jomitchellnv @farhadrgh @sichu2023
73+
sub-packages/bionemo-esm2 @pstjohn @jstjohn @skothenhill-nv @jomitchellnv @farhadrgh @sichu2023 @yzhang123 @polinabinder1
7574

7675
sub-packages/bionemo-example_model @jstjohn @skothenhill-nv
7776

0 commit comments

Comments
 (0)