Skip to content

build(deps): bump flywayVersion from 11.2.0 to 11.3.0 #88

build(deps): bump flywayVersion from 11.2.0 to 11.3.0

build(deps): bump flywayVersion from 11.2.0 to 11.3.0 #88

Workflow file for this run

name: Greetings
on: [ pull_request_target, 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: "Thanks for your suggestion 👏"
pr-message: "Thank you for your contribution 🎉"