Skip to content

Commit e1e54ea

Browse files
committed
Require release notes for changes in cookiecutter templates
The workflow to check for updates to release notes wasn't taking into account changes to cookiecutter templates, which are very important to notify to users. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent e5cefa1 commit e1e54ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
2424
with:
2525
file-pattern: "RELEASE_NOTES.md"
26-
prereq-pattern: "src/**"
26+
prereq-pattern: "{src,cookiecutter}/**"
2727
skip-label: "cmd:skip-release-notes"
2828
failure-message: "Missing a release notes update. Please add one or apply the ${skip-label} label to the pull request"

0 commit comments

Comments
 (0)