-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Worklflow: update copyright monthly #4176
Conversation
This is a good idea. |
Isn't copyright update a yearly thing? |
This script updates copyright info based on files last commit date. It's often missed to update it along a PR. So monthly check seems okay to me. Do you suggest to update all files at the beginning of a year? |
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.
LGTM. I think basing off of the last commit is best, as it is also an indicator of the activity of the project itself. For instance, going to an old website you can tell sometimes if it hasn't been updated based on the copyright tag.
Description (*)
Added workflow to create a PR to update copyrights once a month.
Related Pull Requests
Test