Skip to content

fix: profile completions #1764

fix: profile completions

fix: profile completions #1764

Workflow file for this run

name: 🏡 Greet users
on:
fork:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
### Hello @${{ github.actor }}, thank you for raising the issue. </br></br>
Currently, the issue is marked as https://github.com/ngoworldcommunity/NGOWorld/labels/status%3A%20todo%20%E2%8F%B3 so please wait until the maintainers/owner review it and provide you with feedback/suggestions to proceed further.
Feel free to reach out to [Tamal](https://twitter.com/tamalCodes) on **Twitter**, or drop a mail at [email protected] if you think that this issue is of critical priority. </br></br>
**Give us a ⭐ to show some support**
**Happy OpenSource 🚀**<p></p>
pr-message: |
### Hello @${{ github.actor }}, thank you for raising a pull request. </br></br>
Currently, the pull request is marked as https://github.com/ngoworldcommunity/NGOWorld/labels/status%3A%20todo%20%E2%8F%B3 so please wait until the maintainers/owner review it and provide you with feedback/suggestions to proceed further.
Feel free to reach out to [Tamal](https://twitter.com/tamalCodes) on **Twitter**, or drop a mail at [email protected] if you think that this pull request is of critical priority. </br></br>
**Give us a ⭐ to show some support**
**Happy OpenSource 🚀**<p></p>