-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add check on headers #1033
Add check on headers #1033
Conversation
Quetzacoalt91
commented
Nov 22, 2024
Questions | Answers |
---|---|
Description? | Check each file being distributed has an up-to-date header about AFL-3.0. This PR adds a first commit showing the check running properly, then another commit will be added before the release of the version 7 to make sure everything is set without bringing too many conflicts. |
Type? | improvement |
BC breaks? | Nope |
Deprecations? | Nope |
Fixed ticket? | / |
Sponsor company | @PrestaShopCorp |
How to test? | CI must be triggered and must succeed |
d7693b4
to
c694921
Compare
|
c694921
to
fb97224
Compare
.github/workflows/build-release.yml
Outdated
- name: Apply header stamps | ||
run: php tests/vendor/bin/header-stamp --license=tests/vendor/prestashop/header-stamp/assets/afl.txt --exclude=vendor,node_modules,storybook/var |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point in applying the headers on all the files if we had a check before merging pull-requests?
If you meant to update built files before release, it may be worth a comment.
…tly for header stamps
40f7909
to
8a5f3c8
Compare
|