From bf026281c8e694b40c1d8531e7bc3fedf000aa92 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Thu, 5 Mar 2026 15:29:04 -0500 Subject: [PATCH 1/3] Add DX team as codeowners Co-Authored-By: Claude Opus 4.6 --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f133b01f..c20b65bb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,3 +3,6 @@ # Pythonistas Team * @workos/python + +# DX Team +* @workos/dx From 908fa75c93e087eae226d1ab0414e0f3609f2d45 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Thu, 5 Mar 2026 15:44:47 -0500 Subject: [PATCH 2/3] Consolidate CODEOWNERS entries for teams --- .github/CODEOWNERS | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c20b65bb..43771e53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,5 @@ # See GitHub's docs for more details: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -# Pythonistas Team -* @workos/python - -# DX Team -* @workos/dx +# Pythonistas and DX Teams +* @workos/python @workos/dx From 78f0bf50ff9ae8134d01c74ff8d2f2af3acb1e4e Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Thu, 5 Mar 2026 15:59:53 -0500 Subject: [PATCH 3/3] Better job title --- .github/workflows/lint-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 83867c43..eda1464e 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -11,7 +11,7 @@ permissions: pull-requests: read jobs: - main: + lint_pr_title: name: Validate PR title runs-on: ubuntu-latest steps: