ci(blocked_prs): checkout default branch for action access

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-03-12 19:57:24 -07:00
parent e00d93135f
commit 79283fd744

View File

@@ -26,6 +26,10 @@ jobs:
checks: write
steps:
- name: Checkout Default Branch
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
- name: Setup From Pull Request Event
if: github.event_name != 'workflow_dispatch'
id: pr_event_setup