Skip to content

Commit 2035949

Browse files
committed
ci: Add reusable workflows
1 parent 68c0811 commit 2035949

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)