Bump org.springframework.boot:spring-boot-starter-parent from 2.3.12.RELEASE to 3.3.1 #445
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: [issues, pull_request] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hello @${{ github.actor }}, thanks for getting in touch, we will get back to you asap! *If you have issues in the `1.x.x.RELEASE` line we recommend you to update to the latest version, unfortunately this line is not supported anymore.*' | |
pr-message: 'Hello @${{ github.actor }}, thanks for your contribution! Please make sure to link the issue that you are trying to solve and also add tests cases to cover the new code. Thanks!' |