-
Notifications
You must be signed in to change notification settings - Fork 338
fix: remove commented content from git commit message #2715
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi! This PR removes commented lines from auto-generated Git commit messages — hacktoberfest-accepted label would be awesome! |
|
Hi @rajuyadav03 , thanks for contributing to Apache Fory. To remove commented content, you may also need to update github workflow too. And invoke |
This comment was marked as resolved.
This comment was marked as resolved.
…av03/fory into remove-commented-content
|
Thanks — I’ve added the workflow change to invoke scripts/remove-commented-commit.sh. |
|
@rajuyadav03 have you verified that this PR works? you can open a pull request in your forked repository, and merge it into main branch, then open another PR to see whether it works |
|
I verified the changes by merging them into my fork’s main and opening a PR to apache/fory. The CI checks for that PR passed: [link to PR]. Please let me know if you want any additional changes. |
What’s Changed?
This PR removes commented lines (
#and<!-- -->) from auto-generated Git commit messages, ensuring the commit history is clean and readable.Fixes
Hi! I’m participating in Hacktoberfest 2025.
Please add the
hacktoberfest-acceptedlabel if appropriate. Thanks!