Skip to content

Commit 4231377

Browse files
authored
Update pr-labeler.yml
1 parent 3f7b5ca commit 4231377

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ jobs:
1212
pull-requests: write
1313

1414
steps:
15+
- uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
working-directory: FE
19+
1520
- name: Apply PR labels
1621
uses: jimschubert/labeler-action@v1
1722
with:
1823
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
configuration-path: FE/.github/labeler.yml

0 commit comments

Comments
 (0)