CheatSheet of GitHub #4797
This file contains hidden or 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] | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: Saviour1001/Greeting-action@main | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| issue_message: 'Hello @${{github.actor}}, <br> | |
| Thank you for opening an issue. :octocat: <br> | |
| Note - Self-assigns by the original author will be prioritised by mentors manually<br> | |
| To get assigned to this particular issue please use <b>/assign</b><br> | |
| <i> Check this <a href="https://github.com/girlscript/winter-of-contributing/blob/main/.github/CONTRIBUTING.md">guide</a> before contributing.' |