You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/.github/workflows/release-notes-check.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,6 @@ jobs:
25
25
# TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it
26
26
# token: ${{ secrets.github_token }}
27
27
file-pattern: "RELEASE_NOTES.md"
28
-
prereq-pattern: "src/**"
28
+
prereq-pattern: "{proto,py}/**"
29
29
skip-label: "cmd:skip-release-notes"
30
30
failure-message: "Missing a release notes update. Please add one or apply the ${skip-label} label to the pull request"
0 commit comments