Skip to content

Commit 7348d3f

Browse files
authored
Allow PR checkout for backport action (#1085)
1 parent b70fe05 commit 7348d3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/on_label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Checkout
3434
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+
with:
36+
allow-unsafe-pr-checkout: true
3537

3638
- name: Create backport PR
3739
id: backport

0 commit comments

Comments
 (0)