Skip to content
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

license check action #1460

Merged
merged 2 commits into from
Oct 14, 2021
Merged

license check action #1460

merged 2 commits into from
Oct 14, 2021

Conversation

KaibaLopez
Copy link
Contributor

For changes to files under the /model/ folder, and manual edits to autogenerated code (e.g. /service/s3/api.go) please create an Issue instead of a PR for those type of changes.

If there is an existing bug or feature this PR is answers please reference it here.

This action checks for the files modified by a PR and scans them for Licenses, failing if it finds a new license added, removed or modified.
For this check failure doesn't mean "don't merge" but "make sure it's safe".
There will be false positives on the license detection, but there should be no false negatives.

@KaibaLopez KaibaLopez added the pr/needs-review This PR needs a review from a Member. label Oct 14, 2021
@skmcgrail skmcgrail removed the pr/needs-review This PR needs a review from a Member. label Oct 14, 2021
@skmcgrail
Copy link
Member

Other then the one comment the changes look good.

@KaibaLopez
Copy link
Contributor Author

yea the action assumes that main is the target branch, but base_ref should work, though I think the diff command would have to change too.
Let me see if I can get that change in

@KaibaLopez KaibaLopez merged commit 973e5f5 into main Oct 14, 2021
skotambkar pushed a commit to skotambkar/aws-sdk-go-v2 that referenced this pull request Oct 15, 2021
* license check action
@jasdel jasdel deleted the LicenseChecker branch November 9, 2021 22:16
jrichard8 pushed a commit to jrichard8/aws-sdk-go-v2 that referenced this pull request Feb 14, 2022
* license check action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants