Skip to content

Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 #1294

Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0

Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 #1294

Workflow file for this run

name: Require change fragment
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-20.04
steps:
- name: "Check for changelog entry"
uses: brettcannon/[email protected]
with:
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"