We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c0811 commit 2035949Copy full SHA for 2035949
.github/workflows/reusable-workflows.yml
@@ -0,0 +1,15 @@
1
+name: "Reusable Workflows"
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ pr-branch-check-name:
8
+ name: "Check PR for semantic branch name"
9
+ uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-check-name.yml@stable
10
+ pr-title-check:
11
+ name: "Check PR for semantic title"
12
+ uses: mParticle/mparticle-workflows/.github/workflows/pr-title-check.yml@stable
13
+ pr-branch-target-gitflow:
14
+ name: "Check PR for semantic target branch"
15
+ uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable
0 commit comments