We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde0b39 commit 2a24c19Copy full SHA for 2a24c19
.github/workflows/needs_release_notes.yml
@@ -11,7 +11,13 @@ jobs:
11
pull-requests: write
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
15
- with:
16
- repo-token: ${{ secrets.GITHUB_TOKEN }}
17
- sync-labels: true
+ - name: Checkout repository
+ uses: actions/checkout@v4
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
18
+
19
+ - name: Run Pull Request Labeler
20
+ uses: actions/[email protected]
21
22
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
23
+ sync-labels: true
0 commit comments