mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-07 05:15:09 -05:00
fix: add statuses:read permission for commit status API
Required to read CLA check status via repos.getCombinedStatusForRef(). pull-requests:write does not include statuses:read per GitHub docs.
This commit is contained in:
1
.github/workflows/cla-label-sync.yml
vendored
1
.github/workflows/cla-label-sync.yml
vendored
@@ -23,6 +23,7 @@ on:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: read
|
||||
statuses: read
|
||||
|
||||
env:
|
||||
CLA_CHECK_NAME: 'license/cla'
|
||||
|
||||
Reference in New Issue
Block a user