Peter Metz
Peter Metz
> There are CI tests failing in some dependabot's PRs, I'll investigate and fix this, please don't merge these before that. Merge those PRs where CI tests are passing. @sandeepnRES...
The logs for future reference (of the failing jobs) [asset-exchange-fabric-local.log](https://github.com/hyperledger/cacti/files/14794662/asset-exchange-fabric-local.log) [asset-transfer-local.log](https://github.com/hyperledger/cacti/files/14794663/asset-transfer-local.log) [unit_test_simpleasset.log](https://github.com/hyperledger/cacti/files/14794665/unit_test_simpleasset.log) [unit_test_simpleassettransfer.log](https://github.com/hyperledger/cacti/files/14794666/unit_test_simpleassettransfer.log)
@sandeepnRES First thing I noticed is that the tests complain about the lock file not being updated (the sum file) so I'll do a bunch of `go mod tidy` calls...
@sandepnRES The `go mod tidy` changes got it done. All the (required) tests are passing now.
> Hi @petermetz Sorry I didn't realise about this PR, I fixed other PRs by dependabot which did the same upgrades. One is merged PR #3249, and other two are...
Further context: You can use this GitHub Action from the marketplace to make API calls directly from the workflow YAML: https://github.com/octokit/request-action The above then enables you to retrieve the PR...
@zondervancalvez Some test to demonstrate what it should do on a high level: **Test case 1:** PR Description: "asdf" Commit 1 message in the PR: "asdf" ^^ The check should...
cc: @VRamakrishna @sandeepnRES
@thobbyAk @Anusha-Padmanabhan Sorry for the slow response! The best people to help with this will be @VRamakrishna and @sandeepnRES because they are the principal maintainers of the weaver packages at...
@raynatopedrajeta Got it, thank you!