mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-02 20:43:37 +00:00
Add toggle to disable external PR check
This commit is contained in:
1
.github/workflows/close-external-prs.yml
vendored
1
.github/workflows/close-external-prs.yml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-membership:
|
check-membership:
|
||||||
|
if: vars.DISABLE_EXTERNAL_PR_CHECK != 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check if author is org member
|
- name: Check if author is org member
|
||||||
|
|||||||
Reference in New Issue
Block a user