Skip to content

Commit

Permalink
Merge pull request #33 from mojaloop/feat/pr-title-check-1
Browse files Browse the repository at this point in the history
feat(ci/cd): add pr title check
  • Loading branch information
elnyry-sam-k authored Feb 5, 2021
2 parents e54f5eb + 0a20899 commit 3523311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ version: 2.1
orbs:
anchore: anchore/[email protected]
deploy-kube: mojaloop/[email protected]
pr-tools: mojaloop/[email protected]

##
# defaults
Expand Down Expand Up @@ -254,6 +255,8 @@ workflows:
version: 2
build_and_test:
jobs:
- pr-tools/pr-title-check:
context: org-global
- setup:
context: org-global
filters:
Expand Down

0 comments on commit 3523311

Please sign in to comment.