From 5adb06db0734b0475eaeca395e5034dcd01f006a Mon Sep 17 00:00:00 2001 From: Moaz El-sawaf Date: Sat, 8 Jul 2023 04:58:36 +0200 Subject: [PATCH] style: :construction_worker: update the messages of greetings workflow --- .github/workflows/greetings.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index a6412f1..a681196 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -12,21 +12,21 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: > + issue-message: | Hi there, welcome to Dash Bubble! πŸ‘‹πŸ» - I’m glad you’re interested in contributing to this plugin. It’s a great way to learn more about the codebase and to help grow the Flutter community πŸ’™ + I'm glad you're interested in contributing to this plugin. It's a great way to learn more about the codebase and to help grow the Flutter community πŸ’™ - If you have any questions or need help, feel free to reach out to me @moazelsawaf. I am always happy to assist you πŸ’™ + Your issue will be reviewed by the maintainers and worked on as soon as possible. If you have any questions or need help, feel free to reach out to me @moazelsawaf. I am always happy to assist you πŸ’™ Happy Coding! 😊 - pr-message: > + pr-message: | Hi there, welcome to Dash Bubble! πŸ‘‹πŸ» - I’m glad you’re interested in contributing to this plugin. It’s a great way to learn more about the codebase and to help grow the Flutter community πŸ’™ + I'm glad you're interested in contributing to this plugin. It's a great way to learn more about the codebase and to help grow the Flutter community πŸ’™ - If you have any questions or need help, feel free to reach out to me @moazelsawaf. I am always happy to assist you πŸ’™ + Your pull request will be reviewed by the maintainers and worked on as soon as possible. If you have any questions or need help, feel free to reach out to me @moazelsawaf. I am always happy to assist you πŸ’™ Happy Coding! 😊