From be9dc68891b90872f0f2318d68adf2d250c2e100 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Fri, 6 Dec 2024 21:22:20 -0800 Subject: [PATCH] Update ci-first-contributor.yml --- .github/workflows/ci-first-contributor.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci-first-contributor.yml b/.github/workflows/ci-first-contributor.yml index 8fa9dfe..c790804 100644 --- a/.github/workflows/ci-first-contributor.yml +++ b/.github/workflows/ci-first-contributor.yml @@ -38,7 +38,7 @@ jobs: - The StudioCMS Team - pr-opened-message: > + pr-message: > Hello @${{ github.event.pull_request.user.login }}, and thank you for opening your first pull request to StudioCMS! 🎉 Please make sure to review the project's [Contributing Guide](https://github.com/withstudiocms/.github/blob/main/CONTRIBUTING.md) to ensure your pull request meets our quality standards. @@ -51,10 +51,3 @@ jobs: Our team will review your pull request as soon as possible. If you have any questions or need help, feel free to ask. We're here to help you! 🚀 In the meantime, you will notice that a few checks will run on your pull request. These checks are automated and help us ensure that your changes meet our quality standards. If you see any errors or warnings, don't worry! Our team will help you address them. 😊 - - pr-merged-message: > - **Congrats and Welcome** @${{ github.event.pull_request.user.login }} to the Contributor Squad! 🎉 - - If you haven't already, please join our [Discord community](https://chat.studiocms.dev) to stay in the loop for any future help we may need! - - - The StudioCMS Team \ No newline at end of file