chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0 #50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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: | | |
Hey @${{github.actor}} 👋! | |
Thank you for opening your first issue here! ♥️ | |
If you are reporting a bug 🐞, please make sure to include steps on how to reproduce it. | |
We will take it a look as soon as we can 💪 | |
pr-message: | | |
Hey @${{github.actor}} 👋! | |
Thank you for being here and helping this project to grow 🚀 | |
We will review it as soon as we can :D | |
Please check out our contributing guidelines in the meantime 📃 |