chore(deps-dev): bump @nestjs/testing from 10.4.15 to 11.0.5 #118
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 | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Thank you for submitting your first issue! I appreciate any kind of feedback that helps me to improve this template." | |
pr-message: "Thank you for submitting your first pull request! I appreciate any kind of contribution to improve this template." |