Skip to content

Design data structure for storing tutorials (i.e, How the Tutorials will be stored on the db) #82

Design data structure for storing tutorials (i.e, How the Tutorials will be stored on the db)

Design data structure for storing tutorials (i.e, How the Tutorials will be stored on the db) #82

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"