Skip to content

Commit

Permalink
feat: add pr-title-check step to ci/cd (#95)
Browse files Browse the repository at this point in the history
* feat: add pr-title-check step to ci/cd

* chore: change pr-tools orb to 0.1.10
  • Loading branch information
lewisdaly authored Nov 3, 2021
1 parent 990d565 commit fc7dcef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ version: 2.1
orbs:
anchore: anchore/anchore-engine@1.6.0
github-release: h-matsuo/github-release@0.1.3
pr-tools: mojaloop/pr-tools@0.1.10
slack: circleci/slack@3.4.2


##
# defaults
#
Expand Down Expand Up @@ -471,6 +473,8 @@ workflows:
version: 2
build_and_test:
jobs:
- pr-tools/pr-title-check:
context: org-global
- build-local:
context: org-global
filters:
Expand Down

0 comments on commit fc7dcef

Please sign in to comment.