Skip to content

build(deps): Update flyway-core from 10.17.3 to 10.18.0 #2406

build(deps): Update flyway-core from 10.17.3 to 10.18.0

build(deps): Update flyway-core from 10.17.3 to 10.18.0 #2406

Workflow file for this run

name: Auto approve patch updates
on:
pull_request_target:
types: [labeled]
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4
if: contains(github.event.pull_request.labels.*.name, 'semver-spec-patch') && github.actor == 'scalameta-bot'
with:
github-token: ${{secrets.GITHUB_TOKEN}}