Skip to content

Commit

Permalink
Improve name of verify workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 26, 2023
1 parent e29754f commit e5a054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

0 comments on commit e5a054f

Please sign in to comment.