Skip to content

Commit

Permalink
feat: welcome action added (#53)
Browse files Browse the repository at this point in the history
* Welcome action created

* Welcome action modified
  • Loading branch information
AdiDecodes authored Oct 18, 2023
1 parent 41d20d1 commit 7923ceb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7923ceb

Please sign in to comment.