Update changelog-pr.yml

This commit is contained in:
CanbiZ
2025-01-06 08:44:03 +01:00
committed by GitHub
parent b9ca4b7634
commit e94280f1a1

View File

@ -157,6 +157,7 @@ jobs:
if [ -n "$PR_NUMBER" ]; then if [ -n "$PR_NUMBER" ]; then
gh pr review $PR_NUMBER --approve gh pr review $PR_NUMBER --approve
fi fi
- name: Re-approve pull request after update - name: Re-approve pull request after update
if: steps.verify-diff.outputs.changed == 'true' if: steps.verify-diff.outputs.changed == 'true'
env: env:
@ -166,4 +167,3 @@ jobs:
if [ -n "$PR_NUMBER" ]; then if [ -n "$PR_NUMBER" ]; then
gh pr review $PR_NUMBER --approve gh pr review $PR_NUMBER --approve
fi fi