Skip to content

Commit 0f848aa

Browse files
committed
ci: add PR authorization gate for org-only PRs
1 parent 7720292 commit 0f848aa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/pr-gate.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# PR Authorization Gate — block PRs from unauthorized contributors
2+
# Calls reusable workflow from paiml/.github
3+
name: PR Gate
4+
5+
on:
6+
pull_request_target:
7+
types: [opened, reopened]
8+
9+
jobs:
10+
authorize:
11+
uses: paiml/.github/.github/workflows/pr-gate.yml@main

0 commit comments

Comments
 (0)