mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-30 04:22:03 +00:00
Add write permissions for external PR workflow
This commit is contained in:
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user