Conversation
Greptile SummaryThis PR updates the existing Confidence Score: 5/5Safe 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.
|
| 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
Reviews (1): Last reviewed commit: "chore: add CODEOWNERS file" | Re-trigger Greptile
Adds
.github/CODEOWNERSto assign@cometbft/stack-teamas code owners for all files.