Skip to content

Commit

Permalink
feat(ci/cd): add pr title check (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly authored Feb 5, 2021
1 parent cc05924 commit 1dce9dd
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,6 +9,7 @@ version: 2.1
orbs:
slack: circleci/slack@3.4.2
github-release: h-matsuo/github-release@0.1.3
pr-tools: mojaloop/pr-tools@0.1.8

##
# defaults
Expand Down Expand Up @@ -262,6 +263,9 @@ 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 1dce9dd

Please sign in to comment.