Skip to content

Support other SQL dialects (MySQL, PostgreSQL) #39

Support other SQL dialects (MySQL, PostgreSQL)

Support other SQL dialects (MySQL, PostgreSQL) #39

name: Check CHANGELOG entries
on:
pull_request:
types:
# On by default if you specify no types.
- opened
- reopened
- synchronize
# For `skip-label` only.
- labeled
- unlabeled
jobs:
check-changelog:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Check for CHANGELOG entry presence
uses: brettcannon/check-for-changed-files@v1
with:
token: ${{ github.token }}
file-pattern: |
.changes/unreleased/*.yaml
CHANGELOG.md
skip-label: skip changelog
failure-message: >-
Missing a changelog file in ${file-pattern}; please add one or
apply the ${skip-label} label to the pull request