You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we do not have a precommit hook in the pipeline it is possible to push and merge files without license header.
To fix the problem we need to add it to the pipeline.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
[Triage] Hello @willyborankin, thank you for filing this issue. This looks good to me! I agree a precommit hook would be helpful here.
stephen-crawford
added
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Oct 9, 2023
### Description
This PR runs the License Header check with the checkstyle CI check to
ensure that PRs contain licenses on top of new files. This PR also adds
the license on 2 files where its missing today.
* Category (Enhancement, New feature, Bug fix, Test fix, Refactoring,
Maintenance, Documentation)
Maintenance
### Issues Resolved
- Resolves#3471
- Resolves#3691
### Check List
- [ ] New functionality includes testing
- [ ] New functionality has been documented
- [ ] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
---------
Signed-off-by: Craig Perkins <cwperx@amazon.com>
What is the bug?
Since we do not have a
precommit
hook in the pipeline it is possible to push and merge files without license header.To fix the problem we need to add it to the pipeline.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: