diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..f9548c9 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,24 @@ +on: + fork: + push: + branches: [main] + issues: + types: [opened] + issue_comment: + types: [created] + pull_request_target: + types: [opened] + pull_request_review_comment: + types: [created] + +jobs: + welcome: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + - uses: EddieHubCommunity/gh-action-community/src/welcome@main + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: '

Hey! Thank you for opening an Issue 🎉.

' + pr-message: '

Hey! Thank you for opening a Pull Request 🎉.

' + footer: "Soon our maintainers will review it and provide you with feedback/suggestions. If you think it's something urgent, feel free to reach out Nabhag Motivaras on Twitter. Star ⭐ this repo to show us support.

Happy, Open Source!"