Skip to content

Commit

Permalink
feat(ci/cd): add pr title check (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly authored Feb 5, 2021
1 parent 399a442 commit 6d3f56c
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 @@ -10,6 +10,7 @@ orbs:
anchore: anchore/anchore-engine@1.6.6
deploy-kube: mojaloop/deployment@0.1.6
slack: circleci/slack@3.4.2
pr-tools: mojaloop/pr-tools@0.1.8

##
# defaults
Expand Down Expand Up @@ -322,6 +323,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 6d3f56c

Please sign in to comment.