Skip to content

Commit c4e7a29

Browse files
committed
Perhaps fix labeler
1 parent 616e9b2 commit c4e7a29

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/needs_release_notes.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ jobs:
1111
pull-requests: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
15-
with:
16-
repo-token: ${{ secrets.GITHUB_TOKEN }}
17-
sync-labels: true
14+
- uses: actions/checkout@v4
15+
# https://github.com/actions/labeler/issues/712#issuecomment-2454544085
16+
with:
17+
clean: false
18+
ref: ${{ github.event.pull_request.head.sha }}
19+
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
20+
with:
21+
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
sync-labels: true

0 commit comments

Comments
 (0)