From 7923ceb63cdd752c9ea77e92831bed7617c665ae Mon Sep 17 00:00:00 2001 From: Aditya Singh Date: Wed, 18 Oct 2023 22:43:15 +0530 Subject: [PATCH] feat: welcome action added (#53) * Welcome action created * Welcome action modified --- .github/workflows/welcome.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/welcome.yml diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml new file mode 100644 index 0000000..db6b5f5 --- /dev/null +++ b/.github/workflows/welcome.yml @@ -0,0 +1,19 @@ +name: Welcome +on: + pull_request: + types: [opened] + issues: + types: [opened] +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/welcome@v1 + with: + FIRST_ISSUE: | + 👋 @{{ author }} + Welcome to SwiftWave Community! Star ⭐ the main repository [swiftwave](https://github.com/swiftwave-org/swiftwave) to grow this project and join our Slack community [invite link](https://join.slack.com/t/swiftwave-team/shared_invite/zt-21n86aslx-aAvBi3hv1GigVA_XoXiu4Q) to stay updated. + + FIRST_PR: | + 👋 @{{ author }} + Congratulations on opening your first pull request! We appreciate your contribution. Join our Slack community [invite link](https://join.slack.com/t/swiftwave-team/shared_invite/zt-21n86aslx-aAvBi3hv1GigVA_XoXiu4Q) to connect with other contributors and seek reviews for your PR.