Conversation
y-lakhdar
requested review from
a team,
hdhayneCoveo,
louis-bompart,
mrrajamanickam-coveo and
olamothe
and removed request for
a team
June 12, 2023 15:59
Dependency ReviewThe following issues were found:
License Issues.github/workflows/auto-approve-renovate.yml
Allowed Licenses: 0BSD, Apache-2.0, Apache-2.0 AND BSD-3-Clause AND Python-2.0, Beerware, BlueOak-1.0.0, BSD-1-Clause, BSD-2-Clause, BSD-2-Clause-Patent, BSD-2-Clause-Views, BSD-2-Clause AND MIT, BSD-3-Clause, BSD-3-Clause-Attribution, BSD-3-Clause-Clear, BSL-1.0, CC-BY-3.0, CC-BY-4.0, CC0-1.0, CNRI-Python, curl, HPND, IBM-pibs, ImageMagick, ISC, JSON, MIT, MIT-0, MIT AND Python-2.0, MIT-advertising, mpi-permissive, NCSA, ODC-By-1.0, PDDL-1.0, Plexus, PostgreSQL, PSF-2.0, Python-2.0, Python-2.0.1, SAX-PD, Unlicense, UPL-1.0, W3C, Wsuipa, WTFPL, X11, X11-distribute-modifications-variant, Xerox, Zlib, ZPL-2.1 Scanned Manifest Files.github/workflows/auto-approve-renovate.yml
.github/workflows/maven-publish.yml
.github/workflows/release.yml
package-lock.json
package.json
pom.xml
|
louis-bompart
approved these changes
Jun 12, 2023
louis-bompart
left a comment
Contributor
There was a problem hiding this comment.
lgtm, bump node tho.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automate releases and package publication to Github Packages with release-please-action.
Workflow explanation
release.yml
Generates pull requests:
autorelease: taggedcontaining all the fixes and features for the next release, as well as the changelog and version bump based on the commit history. Once merged, a release will be created and the maven-publish.yml action will be triggered.autorelease: snapshotafter each release by adding-SNAPSHOTsuffix to the pom.xml version. Those pull requests are automatically merged by the auto-approve-renovate.yml action.auto-approve-renovate.yml
Auto approve pull requests labeled
autorelease: snapshotmaven-publish.yml
Action triggered when a release is created. The action will take the compiled code and package it in its distributable format, then publish it into Github Packages