Skip to content

made the required changes for implementing like system for comment and going to implement the same for tutorial #468

made the required changes for implementing like system for comment and going to implement the same for tutorial

made the required changes for implementing like system for comment and going to implement the same for tutorial #468

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: "Hello 👋🏻 @${{ github.actor }}! Thankyou for creating an issue!"
pr-message: " Thank you @${{ github.actor }} for creating your first pull request. It will be reviewed soon"