Skip to content

Commit 128d988

Browse files
authored
ci: fix labeler
1 parent 1d4a65e commit 128d988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
if: >
1414
github.event.pull_request.merged == true &&
1515
!startsWith(github.event.pull_request.title, 'chore(deps):') &&
16-
!startsWith(github.event.plul_request.title, 'ci(fix):'
16+
!startsWith(github.event.pull_request.title, 'ci(fix):') &&
17+
!startsWith(github.event.pull_request.title, 'docs(changelog):')
1718
with:
1819
repo-token: ${{ secrets.GITHUB_TOKEN }}
1920
configuration-path: .github/labeler_merged.yml

0 commit comments

Comments
 (0)