ABANDONED-RENOVATE chore(deps): update dependency npgsql to v8.0.4 #9051
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Title Commitlint | |
on: | |
pull_request: | |
# Run on all PRs whenever the title could have changed | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
# This linting can be cancelled if there is a newer commit to lint | |
cancel-in-progress: true | |
jobs: | |
pr-title-commitlint: | |
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-title-commitlint.yaml@v1.4.0-pr-title-commitlint |