fix(deps): update dependency org.springframework:spring-framework-bom to v6.2.19 #503
This file contains hidden or 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: ":tada: First issue from you is here! It was simple, wasn't it? Keep up the good work!" | |
| pr-message: ":clap: Fantastic! Your first pull request is here. You're on fire :fire: , keep up the good work!" |