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 c4e7a29 commit 49cc874Copy full SHA for 49cc874
.github/workflows/needs_release_notes.yml
@@ -11,12 +11,7 @@ jobs:
11
pull-requests: write
12
runs-on: ubuntu-latest
13
steps:
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
+ - uses: actions/labeler@v4
20
with:
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
sync-labels: true
0 commit comments