Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 2.3.12.RELEASE to 3.3.4 #461

Bump org.springframework.boot:spring-boot-starter-parent from 2.3.12.RELEASE to 3.3.4

Bump org.springframework.boot:spring-boot-starter-parent from 2.3.12.RELEASE to 3.3.4 #461

Workflow file for this run

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!'