mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user