Skip to content

Bump infinispan.version from 13.0.2.Final to 14.0.17.Final #397

Bump infinispan.version from 13.0.2.Final to 14.0.17.Final

Bump infinispan.version from 13.0.2.Final to 14.0.17.Final #397

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