[Update] Issue Template on Checkboxes for new contributors #181
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@v4 | |
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Hello ${{ github.actor }}, Thanks for opening an issue in HelpOps-Hub! 🚀 \n\n - Please make sure to follow our [Contributing Guidelines.](https://github.com/mdazfar2/HelpOps-Hub/blob/main/CONTRIBUTING.md) \n\n - Hope you star our [Repo](https://github.com/mdazfar2/HelpOps-Hub). \n\n - Join our official [Discord server](https://discord.gg/Gk9vTsNZ), where we can collaborate and discuss how to make HelpOps-Hub even better and more professional. \n\n - Don’t forget to follow us on [LinkedIn](https://www.linkedin.com/company/helpops-hub/)! " | |
pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to HelpOps-Hub! 💗\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! 😇\n\n - We appreciate your patience and contribution, Keep up the great work! 😀" |