From 016f85752d9ca2399ae8b0df66939e5e458e619b Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Fri, 13 Dec 2024 10:37:34 +0100 Subject: [PATCH] Update first pr commit check message with solution --- .github/workflows/pr_maintainer_checklist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_maintainer_checklist.yaml b/.github/workflows/pr_maintainer_checklist.yaml index 61566ce9c..a2cad8aa3 100644 --- a/.github/workflows/pr_maintainer_checklist.yaml +++ b/.github/workflows/pr_maintainer_checklist.yaml @@ -42,4 +42,4 @@ jobs: - [ ] The commit messages for the remote branch of a new contributor should be checked to make sure their email is set up correctly so that they receive credit for their contribution - The contributor's name and icon in remote commits should be the same as what appears in the PR - - If there's a mismatch, the contributor needs to make sure that the [email they use for GitHub](https://github.com/settings/emails) matches what they have for `git config user.email` in their local Scribe-Data repo + - If there's a mismatch, the contributor needs to make sure that the [email they use for GitHub](https://github.com/settings/emails) matches what they have for `git config user.email` in their local Scribe-Data repo (can be set with `git config --global user.email "GITHUB_EMAIL"`)