-
Notifications
You must be signed in to change notification settings - Fork 13
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
Should the textual output of the reuse Action go into a GitHub issue? #5
Comments
Interesting idea. However, I would see a few problematic questions:
Is there any action that does this kind of reporting already? I guess it should be configurable so it doesn't annoy maintainers and contributors. |
Fair question. I would say no, one issue for everything. (Or you could just put the summary into the issue if the action fails compliance.) Users can always create other issues from the initial issue and spamming them with multiple issues might be icky.
The ScanOSS Action does on every pull thought I don't know if it looks at branches. It's my (rather vague) understanding that actions run on every pull regardless of branch or location. This makes actions almost unusable for open source projects and GitHub warns you about this. Frankly I prefer Gitlab's ability to assign a runner with a token and wish GitHub had the same functionality.
The ScanOSS action dumps an issue into issues -> https://github.com/marketplace/scanoss-app
|
With newer REUSE tool versions more and more "innovative" ways people are using for DEP5 files are becoming apparent, but we also create some false-positives and bugs ourselves (see yanked 2.0.0 release). All of this convinces me that this action creating wild issues would increase frustration which is the last thing we want. Also, it would multiply the maintenance of this action as it increases the complexity. Therefore, I would like to close this although it may be helpful in some occasions. |
Hi,
This GitHub action from reuse is awesome. I wonder the textual output from the Action should go into a GitHub issue. It's not a big deal since you can dig into the Action's output via the GitHub interface but I think that I'd prefer to have the message dumped into an issue, at least when the code is not compliant. This is the output I'm referring to;
The text was updated successfully, but these errors were encountered: