Skip to content

Commit

Permalink
[CI] Fix CHANGELOG PR review
Browse files Browse the repository at this point in the history
Sending a PR review with a message about the CHANGELOG needing to be
updated has been broken since July, where the permissions were changed.
  • Loading branch information
Ana06 committed Feb 23, 2024
1 parent ffcabf1 commit 8857511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
pull_request_target:
types: [opened, edited, synchronize]

permissions: read-all
permissions:
pull-requests: write

jobs:
check_changelog:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

### Development

- ci: Fix PR review in the changelog check GH action #2004 @Ana06
- ci: update github workflows to use latest version for depricated actions (checkout, setup-python, upload-artifact, download-artifact) #1967 @sjha2048

### Raw diffs
Expand Down

0 comments on commit 8857511

Please sign in to comment.