-
Notifications
You must be signed in to change notification settings - Fork 251
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
Refresh and automate updating licenses list #489
Refresh and automate updating licenses list #489
Conversation
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 about picked this up myself as a Hacktoberfest project
@Secrus would you mind dropping the update, and adding a |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@neersighted I have added the event to the workflow and reverted changes (don't worry about the commit history, I will clean it up before merging) |
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.
I'm wondering if there's a valid reason for having the updater in poetry-core
itself. Wouldn't it be more suitable to have it in a dedicated scripts
directory outside the package?
7b2a532
to
dbaf122
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@neersighted @mkniewallner I reduced this PR to just a workflow, I will be refactoring licensing in another PR. |
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.
Hi, this PR LGTM. It would great have the license.py updated. Any possibility to merge it?
Hi, @Secrus Are you still interest to continue this PR? :-) |
@eamanu Yeah, I will try to merge it this week |
dbaf122
to
4ad85d2
Compare
4ad85d2
to
f6a3c4d
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Since no member with more experience in github actions seems to be available, I'll do my best and probably ask some stupid questions. 😉
839d37d
to
be1424d
Compare
be1424d
to
96c7f6f
Compare
96c7f6f
to
6b006ee
Compare
6b006ee
to
38394b2
Compare
LGTM to me now. Can we test it before merging as proposed in #489 (comment)? |
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.
Probably too much effort to test before merging so let's try.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
are you in a suitable virtual environment when you call the script? won't it just fail with 'No module named poetry'? |
of course it will, (and actually did), but we accepted that risk. See #622 for fixes |
ah never mind, #622, I am too slow |
Resolves: python-poetry/poetry#6689