Add FontAwesome icons to section headings #69
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: Welcome for First Issue or Pull Request | |
on: | |
pull_request_target: | |
types: | |
- opened | |
issues: | |
types: | |
- opened | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Welcome for First Issue or Pull Request | |
uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
### :wave: Welcome! Looks like this is your first issue. | |
Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 | |
pr-message: | | |
### :wave: Welcome! Looks like this is your first pull request. | |
Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 |