mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-13 15:05:51 -03:00
Add write permissions for external PR workflow
This commit is contained in:
parent
44328beed4
commit
0a469a7ca6
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