Add support for PG17 #116
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
on: | |
pull_request: | |
jobs: | |
changelog-fragment: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Check for Changelog fragment" | |
uses: brettcannon/check-for-changed-files@v1 | |
with: | |
file-pattern: "changelogs/fragments/*.yml" | |
failure-message: "Missing a Changelog fragment in ${file-pattern}; please add one or wait for a maintainer to push one for you." |