Skip to content

chore: add CODEOWNERS file#177

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

chore: add CODEOWNERS file#177
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

greptile-apps Bot commented Apr 13, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds a .github/CODEOWNERS file that assigns @cosmos/stack-team as the required code owner for every file in the repository. The ** glob pattern is valid in GitHub's CODEOWNERS syntax and will correctly match all files and directories.

Confidence Score: 5/5

Safe to merge — minimal config change with correct CODEOWNERS syntax.

Single-line addition of a valid CODEOWNERS file. The ** glob pattern is correctly supported by GitHub and covers all files. No logic, no risk.

No files require special attention.

Important Files Changed

Filename Overview
.github/CODEOWNERS New CODEOWNERS file assigning @cosmos/stack-team as owner for all files via the ** glob pattern.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Pull Request Opened] --> B{Files Changed?}
    B -->|Match ** pattern| C[CODEOWNERS Rule Triggered]
    C --> D[Request Review from @cosmos/stack-team]
    D --> E{Team Review Approved?}
    E -->|Yes| F[PR Eligible to Merge]
    E -->|No| G[PR Blocked — Awaiting Team Approval]
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:06
@dianab-cl dianab-cl closed this Jul 3, 2026
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.

1 participant