Skip to content

Remove postgres 12 and install version 15 #645

Remove postgres 12 and install version 15

Remove postgres 12 and install version 15 #645

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
checks: write
contents: read
pull-requests: write
jobs:
label_pr:
runs-on: ubuntu-latest
steps:
- uses: RDXWorks-actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"