mirror of
https://github.com/mandiant/capa.git
synced 2026-01-08 11:21:23 -08:00
[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:
3
.github/workflows/changelog.yml
vendored
3
.github/workflows/changelog.yml
vendored
@@ -7,7 +7,8 @@ on:
|
||||
pull_request_target:
|
||||
types: [opened, edited, synchronize]
|
||||
|
||||
permissions: read-all
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
check_changelog:
|
||||
|
||||
Reference in New Issue
Block a user