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 3652611 commit 57d9456Copy full SHA for 57d9456
.github/labeler.yml
@@ -1,2 +1,2 @@
1
needs release notes:
2
-- all: ['!docs/release.rst']
+- all: ['!docs/release-notes.rst']
.github/workflows/needs_release_notes.yml
@@ -8,7 +8,7 @@ jobs:
8
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} && ${{ github.event.pull_request.user.login != 'pre-commit-ci[bot]' }}
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/labeler@main
+ - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
12
with:
13
repo-token: ${{ secrets.GITHUB_TOKEN }}
14
sync-labels: true
0 commit comments