Skip to content

chore: Add DX as Codeowners#584

Merged
gjtorikian merged 4 commits intomainfrom
add-dx-codeowners
Mar 5, 2026
Merged

chore: Add DX as Codeowners#584
gjtorikian merged 4 commits 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>
@workos-sdk-automation workos-sdk-automation bot requested a review from a team as a code owner March 5, 2026 20:30
@workos-sdk-automation workos-sdk-automation bot requested a review from tribble March 5, 2026 20:30
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 5, 2026

Greptile Summary

This PR adds the @workos/dx team as a co-owner of the entire workos-python repository by appending a new entry to .github/CODEOWNERS. Both @workos/python and @workos/dx now match the * glob pattern, meaning both teams will be requested as reviewers for any future pull request targeting this repository.

  • Adds @workos/dx as a code owner for all files via the * wildcard pattern
  • No logic, security, or configuration issues identified
  • The change is consistent with how the existing @workos/python entry is structured

Confidence Score: 5/5

  • This PR is safe to merge — it is a single-line CODEOWNERS addition with no functional code changes.
  • The change is a straightforward, additive configuration update that adds a second GitHub team (@workos/dx) as a code owner using the same wildcard pattern already in use. There are no logic errors, security concerns, or conflicts with existing configuration.
  • No files require special attention.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Pull Request Opened] --> B{File changed?}
    B -->|Any file matches *| C[Request review from @workos/python]
    B -->|Any file matches *| D[Request review from @workos/dx]
    C --> E[Both approvals required to merge]
    D --> E
Loading

Last reviewed commit: bf02628

@gjtorikian gjtorikian changed the title Add DX as Codeowners chore: Add DX as Codeowners Mar 5, 2026
@gjtorikian gjtorikian enabled auto-merge (squash) March 5, 2026 21:00
@gjtorikian gjtorikian merged commit 8018c57 into main Mar 5, 2026
11 checks passed
@gjtorikian gjtorikian deleted the add-dx-codeowners branch March 5, 2026 21:00
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.

2 participants