From 00aff305eea4e3589228f156bcdedc59120d29a2 Mon Sep 17 00:00:00 2001 From: Lewis Daly Date: Fri, 5 Feb 2021 14:27:11 +1030 Subject: [PATCH] feat(ci/cd): add pr title check --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ebe8b50..e1bb01f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,7 @@ orbs: anchore: anchore/anchore-engine@1.6.0 deploy-kube: mojaloop/deployment@0.1.6 slack: circleci/slack@3.4.2 + pr-tools: mojaloop/pr-tools@0.1.8 ## # defaults @@ -325,6 +326,8 @@ workflows: version: 2 build_and_test: jobs: + - pr-tools/pr-title-check: + context: org-global - setup: context: org-global filters: