New comment by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/pull/47016#issuecomment-1790270318 Comment: It looks good, but you have to use an actual e-mail address for your commit (this is why the lint GitHub action failed). To do so, run these commands (replacing john.doe@example.com with your actual e-mail address, not a GitHub-provided one): ``` $ git config --global user.email john.doe@example.com $ git commit --amend --reset-author $ git push -f ```