Skip to content

Commit 57d9456

Browse files
authored
Fix release notes labelling (#2701)
1 parent 3652611 commit 57d9456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
needs release notes:
2-
- all: ['!docs/release.rst']
2+
- all: ['!docs/release-notes.rst']

.github/workflows/needs_release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} && ${{ github.event.pull_request.user.login != 'pre-commit-ci[bot]' }}
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/labeler@main
11+
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
sync-labels: true

0 commit comments

Comments
 (0)