Improve name of verify workflow step
This commit is contained in:
parent
e29754f32d
commit
e5a054f270
1 changed files with 1 additions and 1 deletions
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Check `CHANGELOG.md` has changes
|
||||
run: |
|
||||
! git diff --exit-code origin/master HEAD -- CHANGELOG.md
|
||||
- name: Check `CHANGELOG.md` has PR author
|
||||
- name: Check `CHANGELOG.md` thanks the PR author
|
||||
if: ${{ github.event.pull_request.user.login != 'hecrj' }}
|
||||
run: |
|
||||
sed -n '/## \[Unreleased\]/,/^## /p' CHANGELOG.md | sed -n '/Many thanks to.../,//p' | grep '@${{ github.event.pull_request.user.login }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue