Add new user profile for Harjas Singh #278
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: 'Greetings' | |
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: "Welcome, @${{ github.actor }}! Soon the maintainers/owner will review it and provide you with feedback/suggestions. We're thrilled to dive into it and work together to find a solution." | |
pr-message: 'Great job, @${{ github.actor }}! 🎉 Thank you for opening a pull request. Your contribution is valuable and we appreciate your efforts to improve our project. Drop a ⭐ Star to the repository' | |
footer: 'Actually we been working on V2 of XProfile, want to join us [Join our Discord - Youth Icon](https://l.hellofaizan.me/discord).' |