Skip to content

Commit

Permalink
ci: Add reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjenkins committed Jul 20, 2022
1 parent 88d5623 commit 189edc3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/reusable-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Reusable Workflows"

on:
pull_request:

jobs:
pr-branch-check-name:
name: "Check PR for semantic branch name"
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-check-name.yml@stable
pr-title-check:
name: "Check PR for semantic title"
uses: mParticle/mparticle-workflows/.github/workflows/pr-title-check.yml@stable
pr-branch-target-gitflow:
name: "Check PR for semantic target branch"
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable

0 comments on commit 189edc3

Please sign in to comment.