Skip to content

build(deps-dev): bump org.postgresql:postgresql from 42.7.4 to 42.7.5 #358

build(deps-dev): bump org.postgresql:postgresql from 42.7.4 to 42.7.5

build(deps-dev): bump org.postgresql:postgresql from 42.7.4 to 42.7.5 #358

Workflow file for this run

name: "Validate PR title"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-20.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}