diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f133b01f..43771e53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +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 +# Pythonistas and DX Teams +* @workos/python @workos/dx 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: