Skip to content

build(deps): Bump org.flywaydb:flyway-database-postgresql from 10.17.1 to 10.18.0 #124

build(deps): Bump org.flywaydb:flyway-database-postgresql from 10.17.1 to 10.18.0

build(deps): Bump org.flywaydb:flyway-database-postgresql from 10.17.1 to 10.18.0 #124

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: 'Lint PR'
on:
pull_request_target:
types: [opened, edited, synchronize]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: | # mirrors changelog-sections in the /release-please-config.json
feat
fix
chore
perf
docs
build
deps
ci
refactor
style
test