Skip to content

Commit

Permalink
fix(mojaloop/#3527): remove 'promiseLibrary ' option (#47)
Browse files Browse the repository at this point in the history
* bugfix: fix a bug with removed 'promiseLibrary ' option

* ci: update config

* chore: add Vijay as codeowner
  • Loading branch information
oderayi authored Sep 26, 2023
1 parent 1dff98b commit c5c9311
Show file tree
Hide file tree
Showing 5 changed files with 678 additions and 605 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,10 @@ workflows:
- setup
filters:
tags:
only: /.*/
ignore: /.*/
branches:
ignore:
- /feature*/
- /bugfix*/
- main
- test-lint:
context: org-global
requires:
Expand Down Expand Up @@ -551,7 +550,6 @@ workflows:
context: org-global
requires:
- pr-tools/pr-title-check
- test-dependencies
- test-lint
- test-unit
- test-coverage
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## @global-owner1 and @global-owner2 will be requested for
## review when someone opens a pull request.
#* @global-owner1 @global-owner2
* @vgenev @mdebarros @elnyry-sam-k @lewisdaly @oderayi @shashi165
* @vgenev @mdebarros @elnyry-sam-k @lewisdaly @oderayi @shashi165 @vijayg10

## Order is important; the last matching pattern takes the most
## precedence. When someone opens a pull request that only
Expand Down
Loading

0 comments on commit c5c9311

Please sign in to comment.