Skip to content

Commit b5928e4

Browse files
authored
Add more explicit message in Changelog workflow. (#21971)
1 parent dce9782 commit b5928e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
check:
11+
name: A reviewer will let you know if it is required or can be bypassed
1112
runs-on: ubuntu-latest
1213
if: ${{ contains(github.event.pull_request.labels.*.name, 'No Changelog Needed') == 0 }}
1314
steps:
@@ -18,7 +19,7 @@ jobs:
1819
- uses: actions/checkout@v2
1920
with:
2021
fetch-depth: '0'
21-
- name: Check the changelog
22+
- name: Check the changelog entry
2223
run: |
2324
set -xe
2425
changed_files=$(git diff --name-only origin/main)

0 commit comments

Comments
 (0)