Skip to content

chore: Add DX as Codeowners#98

Merged
gjtorikian merged 1 commit intomainfrom
add-dx-codeowners
Mar 5, 2026
Merged

chore: Add DX as Codeowners#98
gjtorikian merged 1 commit intomainfrom
add-dx-codeowners

Conversation

@workos-sdk-automation
Copy link
Contributor

Summary

  • Adds @workos/dx team as code owners for the repository

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@greptile-apps
Copy link

greptile-apps bot commented Mar 5, 2026

Greptile Summary

This PR introduces a new .github/CODEOWNERS file that designates the @workos/dx team as the code owners for all files in the workos-elixir repository. Going forward, GitHub will automatically request reviews from @workos/dx on every pull request that touches any file.

  • Adds .github/CODEOWNERS with a single wildcard rule (*) mapping all files to @workos/dx
  • No functional code changes; this is a purely organizational/process change

Confidence Score: 5/5

  • This PR is safe to merge — it only adds a CODEOWNERS file with no functional code changes.
  • The change is a single new file with two lines using standard GitHub CODEOWNERS syntax. There are no logic, security, or compatibility concerns.
  • No files require special attention.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Pull Request Opened] --> B{CODEOWNERS check}
    B --> C[Match against patterns in .github/CODEOWNERS]
    C --> D["* @workos/dx matches all files"]
    D --> E[Review requested from @workos/dx team]
    E --> F[Team member approves PR]
    F --> G[PR can be merged]
Loading

Last reviewed commit: 7aece11

@gjtorikian gjtorikian merged commit 619044c into main Mar 5, 2026
7 of 8 checks passed
@gjtorikian gjtorikian deleted the add-dx-codeowners branch March 5, 2026 21:04
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