Skip to content

Commit 9918c26

Browse files
committed
CLOUD-727 fix labeler
1 parent 8439167 commit 9918c26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
label-community:
2020
runs-on: ubuntu-latest
2121
steps:
22+
- name: Checkout code
23+
uses: actions/checkout@v4
24+
2225
- name: "Check if PR is from a fork"
2326
if: github.event.pull_request.head.repo.fork == true
2427
run: |

0 commit comments

Comments
 (0)