Add jaycode8's Portfolio #462
Workflow file for this run
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: Greeting | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "<h1>It's great having you contribute to this Project 🤩</h1> 🧐Please Note: If this issue is for adding your portfolio, Make sure that your image resolution is <b>1900x900</b>.<br/><br/>If you would like to keep contributing to open-source, you can check out the other projects by <b>Kiran Naragund</b> <a href='https://github.com/Kiran1689?tab=repositories'>here</a><br/><br/><h4>Admin</h4> <a href='https://github.com/Kiran1689'> <img src='https://avatars.githubusercontent.com/u/75929997?v=4' width='100px;' alt='Kiran'/><br /> <sub><b>Kiran Naragund</b></sub></a>" | |
pr-message: "<h1>🚀 Awesome Pull Request! 🎉</h1> 👏 Thank you for your contribution! <br/><br/> 🔍 I'll review your pull request and provide feedback soon. <br/><br/> Don't forget to leave a <b>STAR</b> ⭐️. <br/><br/><h4>Admin</h4> <a href='https://github.com/Kiran1689'> <img src='https://avatars.githubusercontent.com/u/75929997?v=4' width='100px;' alt='Kiran'/><br /> <sub><b>Kiran Naragund</b></sub></a>" |