mirror of
https://github.com/lucas-labs/claude-plugins.git
synced 2026-05-11 17:15:43 -03:00
Add write permissions for external PR workflow (#143)
* Add write permissions for external PR workflow * Use pulls.createReview instead of issues.createComment * Revert to issues.createComment with proper permissions
This commit is contained in:
parent
44328beed4
commit
76334d1f67
4
.github/workflows/close-external-prs.yml
vendored
4
.github/workflows/close-external-prs.yml
vendored
@ -4,6 +4,10 @@ on:
|
|||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-membership:
|
check-membership:
|
||||||
if: vars.DISABLE_EXTERNAL_PR_CHECK != 'true'
|
if: vars.DISABLE_EXTERNAL_PR_CHECK != 'true'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user