From 78399f0cc8d05e19100a07d2f853a5df0f6b9a14 Mon Sep 17 00:00:00 2001 From: Muhamad Asif Date: Sun, 13 Oct 2024 17:00:05 +0600 Subject: [PATCH] Update pr_maintainer_checklist.yaml --- .github/workflows/pr_maintainer_checklist.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_maintainer_checklist.yaml b/.github/workflows/pr_maintainer_checklist.yaml index eb51e3e..6b678ce 100644 --- a/.github/workflows/pr_maintainer_checklist.yaml +++ b/.github/workflows/pr_maintainer_checklist.yaml @@ -28,8 +28,16 @@ jobs: ### Maintainer checklist - - [ ] The commit messages for the remote branch should be checked to make sure the contributor's email is set up correctly so that they receive credit for their contribution + - [ ] The [CHANGELOG](https://github.com/scribe-org/scri.be/blob/main/CHANGELOG.md) has been updated with a description of the changes for the upcoming release (if necessary) + + - name: First PR Contributor Email Check + id: first_interaction + uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + pr-message: | + ## First PR Commit Check + + - [ ] The commit messages for the remote branch should be checked to make sure the contributor's 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 scri.be repo - - - [ ] The [CHANGELOG](https://github.com/scribe-org/scri.be/blob/main/CHANGELOG.md) has been updated with a description of the changes for the upcoming release (if necessary)