Skip to content
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
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Later rules override earlier ones; the last matching pattern wins.
# Enforcement requires the "Require review from Code Owners" branch
# protection rule on main (Settings -> Branches / Rulesets).

# Default owner for everything (workflows, docs, config)
* @bjyberg

# Metadata records: any listed owner can approve submissions
/records/ @bjyberg @peetmate @anaguilarar
2 changes: 1 addition & 1 deletion .github/workflows/validate-records.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
path: records
changed-only: true
tooling-ref: v0.1.0
tooling-ref: v0.2.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# catalog

The metadata catalog for the Climate Data Hub. This handles dataset metadata submission, conversion to STAC/OGC records, and publishing,
Loading