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

ORC-1395: Enforce license check via github action #1444

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

wgtmac
Copy link
Member

@wgtmac wgtmac commented Mar 16, 2023

Add a Gitbub action to enforce license check of c++ source files.

#1427 was accidentally merged without license headers added to new files. We need a tool to automatically check it before merging.

Make sure the new action works as expected.

Closes #1442 from wgtmac/license.

Authored-by: Gang Wu ustcwg@gmail.com

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM (Pending CIs).
Could you re-trigger the failed pipeline, @wgtmac ?

Add a Gitbub action to enforce license check of c++ source files.

apache#1427 was accidentally merged without license headers added to new files. We need a tool to automatically check it before merging.

Make sure the new action works as expected.

Closes apache#1442 from wgtmac/license.

Authored-by: Gang Wu <ustcwg@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun dongjoon-hyun added this to the 1.7.9 milestone Mar 16, 2023
@wgtmac wgtmac merged commit 98644bc into apache:branch-1.7 Mar 16, 2023
@dongjoon-hyun
Copy link
Member

Thank you

@wgtmac wgtmac deleted the upstream/branch-1.7 branch February 27, 2024 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants