Skip to content

Pokedex url loading #88

Pokedex url loading

Pokedex url loading #88

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: "Thank you for letting me know about the issue! I'll try to answer you as soon as possible."
pr-message: "Thanks for the pull request!"