Improve name of verify workflow step

This commit is contained in:
Héctor Ramón Jiménez 2023-07-27 01:42:19 +02:00
parent e29754f32d
commit e5a054f270
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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 }}'