We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7720292 commit 0f848aaCopy full SHA for 0f848aa
1 file changed
.github/workflows/pr-gate.yml
@@ -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