-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(issue-41): set and inherit labels #48
Conversation
In addition to the enhancement itself, I improved a bit the test coverage, here the results right now:
|
0c0d50b
to
d57657e
Compare
Also for the code coverage we can enable sonar cloud for the project so that for each PR we can view the coverage info on sonar cloud automatically. Wdyt? |
Yeah that is for sure a great improvement, created #50 to keep track of this :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just package.json version should be upgraded right? also CHANGELOG...
many thanks for this ❤️
I created this workflow [1] to automatically update (based on diff commits) both package.json and CHANGELOG such that we do not have to do it manually. I already added release section [2] in the README. [1] https://github.com/kiegroup/git-backporting/actions/workflows/prepare-release.yml |
Thank you for submitting this pull request
fix #41
This change extends the functionality letting user to
labels
to the newly created backporting oneReferenced pull requests
Checklist