We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b8f12 commit 07e7039Copy full SHA for 07e7039
1 file changed
.github/workflows/pr-validator.yml
@@ -0,0 +1,8 @@
1
+name: "PR Title and Description Check"
2
+on:
3
+ pull_request:
4
+ types: [opened, edited, synchronize]
5
+jobs:
6
+ validate:
7
+ uses: flowcommerce/code-steward/.github/workflows/pr-validator.yml@main
8
+
0 commit comments