We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e716e commit 8018c57Copy full SHA for 8018c57
.github/CODEOWNERS
@@ -1,5 +1,5 @@
1
# See GitHub's docs for more details:
2
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3
4
-# Pythonistas Team
5
-* @workos/python
+# Pythonistas and DX Teams
+* @workos/python @workos/dx
.github/workflows/lint-pr-title.yml
@@ -11,7 +11,7 @@ permissions:
11
pull-requests: read
12
13
jobs:
14
- main:
+ lint_pr_title:
15
name: Validate PR title
16
runs-on: ubuntu-latest
17
steps:
0 commit comments