To check a contributor's git & GitHub username configuration to ensure that they match. Matching usernames are necessary for ensuring a given contributor's work is tracked correctly.
This repository is intended to be used with the feature branch workflow:
- Clone this repository.
- Create a new branch.
- Make a few commits to the branch... the changes made in each commit are not important.
- Push the new branch to GitHub.
- Open and approve a pull request so that your feature branch is merged into the
main/masterbranch.
You will receive an automated email showing the usernames detected for the commits as well as the pull requests. Ensure that these usernames match. If they do not, fix the problem and try again.
- commit usernames come from the
gitconfiguration. - pull request usernames come from your GitHub account and profile settings.
Yup