We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6095138 commit ca48e57Copy full SHA for ca48e57
.github/workflows/check-change-note.yml
@@ -11,15 +11,15 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check if change note file is present
14
- uses: dorny/paths-filter@v2
+ uses: dorny/paths-filter@7c0f15b688b020e95e00f15c61299b022f08ca95 # v2.8.0
15
id: paths_filter
16
with:
17
filters: |
18
change_note:
19
- '**/change-notes/*.md'
20
- name: Get PR labels
21
id: pr-labels
22
- uses: joerick/pr-labels-action@v1.0.6
+ uses: joerick/pr-labels-action@0a4cc4ee0ab557ec0b1ae1157fa6fa7f9f4c494b # v1.0.6
23
- name: Fail if change note is missing
24
uses: actions/github-script@v3
25
if: |
0 commit comments