-
Notifications
You must be signed in to change notification settings - Fork 58
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
copy new license made via issue to request license online tool #439
Comments
A couple of hints on this one:
|
As @goneall pointed out above, we can have a github action/script on spdx-license-xml repo that calls an api on spdx-online-tools production/internal server. This can be called on specific files of the repo or while before merging a PR. We can also have a unique api for this usecase to be used by the organisation only. |
Hi @jlovejoy @goneall and @rtgdk, actually I wanted to work on this issue if it is still open. As you have mentioned above this issue is not related to this repo but license-list-XML, but I couldn't find the issue there, so should I create a new issue for that in that repo?
|
Yes @BassCoder2808 , you are on the right path. The github workflow should run only for new license/exception request and call the create license api on the spdx production server for now. The output/link of the license request should be pasted in the issue comments for user to track. |
Ok @rtgdk , I will start working now on the api part now |
Hi @rtgdk @goneall and @jlovejoy, I worked on this part over the week, and the new
The new part of |
@BassCoder2808 - is this something you still want to work on? I've updated the title of the issue to be more descriptive. You can see the issue template here: https://github.com/spdx/license-list-XML/issues/new/choose (I'd also like to list the online tool link/option first, but we could not figure out how to change the order things appear there) |
Hi @jlovejoy currently, I am not working on this one because we will need a major change in the way our backend API works. |
not sure if this is possible - but if someone requests a new license via an issue template (not the license submission online tool), is there a way to then funnel that info into the online tool in order to leverage the functionality for creating XML files and a PR, etc.
@seabass-labrax had this idea, so please add any more details that may help describe this!
The text was updated successfully, but these errors were encountered: