Skip to content

Commit

Permalink
chore: update and re-enable pr-tools (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Mar 28, 2022
1 parent b6a8a03 commit 22e4f33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2.1
orbs:
anchore: anchore/anchore-engine@1.6.0
slack: circleci/slack@3.4.2
# pr-tools: mojaloop/pr-tools@0.1.8
pr-tools: mojaloop/pr-tools@0.1.10
github-release: h-matsuo/github-release@0.1.3

##
Expand Down Expand Up @@ -470,8 +470,8 @@ workflows:
version: 2
build_and_test:
jobs:
#- pr-tools/pr-title-check:
# context: org-global
- pr-tools/pr-title-check:
context: org-global
- setup:
context: org-global
filters:
Expand Down Expand Up @@ -582,7 +582,7 @@ workflows:
- release:
context: org-global
requires:
# - pr-tools/pr-title-check
- pr-tools/pr-title-check
- test-unit
- test-coverage
- vulnerability-check
Expand All @@ -606,7 +606,7 @@ workflows:
- publish:
context: org-global
requires:
# - pr-tools/pr-title-check
- pr-tools/pr-title-check
- test-unit
- test-coverage
- vulnerability-check
Expand Down

0 comments on commit 22e4f33

Please sign in to comment.