Skip to content

chore: add CODEOWNERS file#16

Open
dianab-cl wants to merge 1 commit into
mainfrom
codeowners
Open

chore: add CODEOWNERS file#16
dianab-cl wants to merge 1 commit into
mainfrom
codeowners

Conversation

@dianab-cl
Copy link
Copy Markdown

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 13, 2026

Greptile Summary

This PR adds a .github/CODEOWNERS file that designates @cosmos/stack-team as the required reviewer for all files in the repository using the ** glob pattern.

Confidence Score: 5/5

Safe to merge — single-line config file with valid CODEOWNERS syntax and no logic changes.

The change is a straightforward addition of a standard GitHub CODEOWNERS file. The ** pattern is valid and matches all files; no code paths are affected.

No files require special attention.

Important Files Changed

Filename Overview
.github/CODEOWNERS Adds a CODEOWNERS file assigning @cosmos/stack-team as code owner for all files via the ** pattern — valid GitHub CODEOWNERS syntax.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Pull Request Opened] --> B{Files changed match\n CODEOWNERS pattern?}
    B -- "** matches all files" --> C[GitHub requests review\nfrom @cosmos/stack-team]
    C --> D{Team member\napproves PR?}
    D -- Yes --> E[PR can be merged]
    D -- No --> F[PR blocked until\napproval received]
Loading

Reviews (1): Last reviewed commit: "chore: add CODEOWNERS file" | Re-trigger Greptile

@dianab-cl dianab-cl requested a review from a team April 16, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant