Skip to content

Mobile Responsivess- View both in desktop and mobile app #2

Mobile Responsivess- View both in desktop and mobile app

Mobile Responsivess- View both in desktop and mobile app #2

Workflow file for this run

name: Greetings
on: [pull_request_target, 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: "Learn NLP from scratch here!"
pr-message: "Navigate through the repository page to see latest updates' first pull request"