We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90611c commit bc1d2dfCopy full SHA for bc1d2df
.github/workflows/release-notes-check.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Check for a release notes update
22
if: github.event_name == 'pull_request'
23
- uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
+ uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
24
with:
25
file-pattern: "RELEASE_NOTES.md"
26
prereq-pattern: "src/**"
0 commit comments