We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b917b66 commit 8350091Copy full SHA for 8350091
.github/workflows/pr-gate.yml
@@ -20,9 +20,7 @@ jobs:
20
- name: Checkout base branch (safe)
21
uses: actions/checkout@v5
22
with:
23
- # checkout the workflow's commit (base branch), not the PR head
24
ref: ${{ github.event.pull_request.base.sha }}
25
fetch-depth: 1
26
-
27
- name: Run permission gate (from base)
28
uses: ./.github/actions/pr-permission-gate
0 commit comments