Skip to content

chore: add CODEOWNERS file#56

Open
dianab-cl wants to merge 1 commit intomainfrom
codeowners
Open

chore: add CODEOWNERS file#56
dianab-cl wants to merge 1 commit intomainfrom
codeowners

Conversation

@dianab-cl
Copy link
Copy Markdown

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

@dianab-cl dianab-cl requested a review from a team as a code owner April 17, 2026 09:41
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 17, 2026

Greptile Summary

This PR updates the existing .github/CODEOWNERS file, replacing the previous global owners (@cometbft/engineering and @cometbft/devrel) with @cometbft/stack-team, and changes the glob pattern from * to **. Both * and ** function as catch-all patterns in GitHub CODEOWNERS, so the coverage is equivalent. Note: the PR title says "add CODEOWNERS file," but the file already existed — this is effectively an update/replacement.

Confidence Score: 5/5

Safe to merge — single-line administrative change with no logic or code impact.

The only change is updating the CODEOWNERS team assignment. Both the old (*) and new (**) patterns behave identically as catch-alls in GitHub CODEOWNERS, and the team name update is intentional. No code, logic, or functionality is affected.

No files require special attention.

Important Files Changed

Filename Overview
.github/CODEOWNERS Replaces global owners (@cometbft/engineering + @cometbft/devrel) with @cometbft/stack-team and updates glob pattern from * to **; both patterns are catch-alls in GitHub CODEOWNERS.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["All Repository Files\n(**)"] --> B["@cometbft/stack-team\n(new owner)"]
    C["Previous Owners"] -. removed .-> A
    C1["@cometbft/engineering"] --> C
    C2["@cometbft/devrel"] --> C
Loading

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

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