Skip to content

Commit 9207221

Browse files
henryiiiEthanSteinberg
authored andcommitted
ci: fix labeler
1 parent 036b9e2 commit 9207221

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler.yml

+2-1
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)