[CI] Fix CHANGELOG PR review

Sending a PR review with a message about the CHANGELOG needing to be
updated has been broken since July, where the permissions were changed.
This commit is contained in:
Ana Maria Martinez Gomez
2024-02-23 16:02:20 +01:00
parent ffcabf1e0b
commit 8857511e55
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ on:
pull_request_target:
types: [opened, edited, synchronize]
permissions: read-all
permissions:
pull-requests: write
jobs:
check_changelog: