Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CODEOWNERS and update components to match GEOSgcm v10.22.1 #124

Merged
merged 5 commits into from
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 7 additions & 23 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,12 @@
* @GEOS-ESM/aerosol-team

# NOAA Extras are Tom, Weiyuan for now
/CCPP/ @tclune @weiyuan-jiang
/ESMF/Aerosol_GridComp/ @tclune @weiyuan-jiang
/ESMF/NUOPC/ @tclune @weiyuan-jiang
/ESMF/Shared/ @tclune @weiyuan-jiang
/ESMF/UFS/ @tclune @weiyuan-jiang

/ESMF/GOCART_GridComp/ @GEOS-ESM/aerosol-team

# GOCART2G is Elliot for now
/ESMF/GOCART2G_GridComp/ @GEOS-ESM/aerosol-team
/CCPP/ @GEOS-ESM/mapl-team @amdasilva
/ESMF/Aerosol_GridComp/ @GEOS-ESM/mapl-team @amdasilva
/ESMF/NUOPC/ @GEOS-ESM/mapl-team @amdasilva
/ESMF/UFS/ @GEOS-ESM/mapl-team @amdasilva

# The CMake Team should know/approve these
/.github/ @GEOS-ESM/cmake-team
/.circleci/ @GEOS-ESM/cmake-team
/.codebuild/ @GEOS-ESM/cmake-team

# The GEOS CMake Team should be notified about and approve config changes
/config/ @GEOS-ESM/cmake-team

# The Python Transition Team will own Python files
# until the Python 3 transition is completed
*.py @GEOS-ESM/python-transition-team

# The GEOS CMake Team is the CODEOWNER for the CMakeLists.txt files in this repository
CMakeLists.txt @GEOS-ESM/cmake-team
/.github/ @GEOS-ESM/cmake-team @amdasilva
/.circleci/ @GEOS-ESM/cmake-team @amdasilva
/.codebuild/ @GEOS-ESM/cmake-team @amdasilva
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update `CODEOWNERS` file to make approvals less restrictive
- Updated the CircleCI to use circleci-tools 0.13.0 orb
- Moves CI to use Baselibs 6.2.13 needed by MAPL development
- Update `components.yaml` to be in line with GEOSgcm v10.22.1
Expand Down