fix: edit profile flow #1766
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |