ci: fix labeler

This commit is contained in:
Henry Schreiner 2022-10-20 10:37:12 -04:00 committed by GitHub
parent 1d4a65e2f1
commit 128d988ef1

View File

@ -13,7 +13,8 @@ jobs:
if: > if: >
github.event.pull_request.merged == true && github.event.pull_request.merged == true &&
!startsWith(github.event.pull_request.title, 'chore(deps):') && !startsWith(github.event.pull_request.title, 'chore(deps):') &&
!startsWith(github.event.plul_request.title, 'ci(fix):' !startsWith(github.event.pull_request.title, 'ci(fix):') &&
!startsWith(github.event.pull_request.title, 'docs(changelog):')
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler_merged.yml configuration-path: .github/labeler_merged.yml