Skip to content

chore: add CODEOWNERS file#1152

Merged
dianab-cl merged 2 commits intomasterfrom
codeowners
Apr 9, 2026
Merged

chore: add CODEOWNERS file#1152
dianab-cl merged 2 commits intomasterfrom
codeowners

Conversation

@dianab-cl
Copy link
Copy Markdown
Contributor

Adds .github/CODEOWNERS to assign @cosmos/stack-team as code owners for all files.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 9, 2026

Greptile Summary

This PR updates the existing .github/CODEOWNERS file — it does not add a new one as the description states — replacing the prior owner team @cosmos/sdk-core-dev with @cosmos/stack-team and removing the # Primary repo maintainers comment.

Confidence Score: 5/5

Safe to merge — single-line config change with no code impact.

Only finding is a P2 style note about an inaccurate PR description; no logic, security, or correctness issues present.

No files require special attention.

Vulnerabilities

No security concerns identified.

Important Files Changed

Filename Overview
.github/CODEOWNERS Replaces @cosmos/sdk-core-dev with @cosmos/stack-team as the wildcard owner for all files; removes the descriptive comment header.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR or Push to cosmos/iavl] --> B{Files changed?}
    B -->|any file matches *| C[GitHub checks CODEOWNERS]
    C --> D[Requires review from @cosmos/stack-team]
    D --> E{Approval received?}
    E -->|Yes| F[PR can be merged]
    E -->|No| G[PR blocked until team member approves]
Loading

Reviews (1): Last reviewed commit: "Apply suggestion from @dianab-cl" | Re-trigger Greptile

@dianab-cl dianab-cl merged commit 52b0f62 into master Apr 9, 2026
8 checks passed
@dianab-cl dianab-cl deleted the codeowners branch April 9, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants