Skip to content

Commit

Permalink
fix: update reusable workflow urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mchuangatmp authored and peterjenkins committed Jan 13, 2022
1 parent 210e55a commit 0d1dc43
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 116 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/pr-branch-check.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/pr-branch-confirmation.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/pr-title-check.yml

This file was deleted.

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 0d1dc43

Please sign in to comment.