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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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