Broken Link #41
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: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Karthik-Nayak98/Greeting-action@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
issue_message: 'Hello @${{github.actor}}, <br> | |
Thank you for opening an issue. :partying_face: <br> | |
To get assigned to this particular issue please wait for <b>maintainers</b><br> | |
<i> Check this <a href="https://github.com/vikasdo/Book-Recommendation-Analysis#readme">guide</a> before contributing.' | |
PR_message: | |
'<h1> :partying_face: Congratulations :tada: </h1>:pray: | |
Thank you @${{github.actor}} for taking out your time and contributing to our project. Our team will now review this and if everything looks good it will be merged.' |