Skip to content

Bump the minor-update group across 1 directory with 2 updates #190

Bump the minor-update group across 1 directory with 2 updates

Bump the minor-update group across 1 directory with 2 updates #190

name: Require change fragment
on:
pull_request:
branches:
- main
types:
# On by default if you specify no types.
- "opened"
- "reopened"
- "synchronize"
# For `skip-label` only.
- "labeled"
- "unlabeled"
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: read
contents: read
steps:
- name: "Check for changelog entry"
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
with:
file-pattern: ".changes/unreleased/*.yaml"
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"
token: "${{ github.token }}"