Skip to content

[Add Resources] Add relevant frontend articles to the sections in the frontend development page. #350

[Add Resources] Add relevant frontend articles to the sections in the frontend development page.

[Add Resources] Add relevant frontend articles to the sections in the frontend development page. #350

Workflow file for this run

name: Greetings
on: [pull_request, 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: "<h2>Welcome @${{ github.actor }} and thank you for raising an issue!</h2><br>Please confirm that the issue you are raising does not already exist."
pr-message: "<h2>Welcome @${{ github.actor }} and thank you for creating a Pull Request!</h2><br>Do not forget to Star this repo if you have not.<br>Thank you."