Skip to content

Getting ReadTimeoutError while trying the quickstart sample on the ReadMe #66

Getting ReadTimeoutError while trying the quickstart sample on the ReadMe

Getting ReadTimeoutError while trying the quickstart sample on the ReadMe #66

Workflow file for this run

name: bot
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: "Thanks a lot for the first issue posting"
pr-message: "Thanks a lot for your first Pull Request"