From adbcd11c6a7ffc972afc07bb37942e42fc2da193 Mon Sep 17 00:00:00 2001 From: siri-chandana-macha Date: Wed, 23 Oct 2024 15:11:08 +0530 Subject: [PATCH] Create greetings.yml --- .github/workflows/greetings.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..5d0dc8a --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,27 @@ +on: + push: + branches: [main] + issues: + types: [opened] + pull_request_target: + types: [opened] + +jobs: + welcome: + runs-on: ubuntu-latest + steps: + - name: Commitment Issues Bot + run: echo "GITHUB_ACTOR=YourBotName" >> $GITHUB_ENV + - uses: EddieHubCommunity/gh-action-community/src/welcome@main + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: | + ๐ŸŽ‰ Thank you for raising an issue in this repository! + Weโ€™ll review and assign it to you soon. + In the meantime, feel free to โญ the repo for updates. + Stay awesome! ๐Ÿ˜Ž + pr-message: | + ๐Ÿš€ Weโ€™re grateful for your pull request and the effort you put into it! + ๐Ÿ” A maintainer will review it as soon as possible. + Weโ€™ll provide feedback if needed and merge it once approved. + Thanks for being an awesome part of our community! ๐Ÿ’ช