Skip to content

Commit 2a24c19

Browse files
committed
Trying labeler@v5
1 parent dde0b39 commit 2a24c19

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/needs_release_notes.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ 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+
- name: Checkout repository
15+
uses: actions/checkout@v4
16+
with:
17+
ref: ${{ github.event.pull_request.head.sha }}
18+
19+
- name: Run Pull Request Labeler
20+
uses: actions/[email protected]
21+
with:
22+
repo-token: ${{ secrets.GITHUB_TOKEN }}
23+
sync-labels: true

0 commit comments

Comments
 (0)