Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: type-labeler 오타를 수정한다
Browse files Browse the repository at this point in the history
devxb committed Dec 29, 2023
1 parent 5be79eb commit afc1a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type-labeler.yml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ jobs:

- name: add 🔖 release label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.pull_request.title, 'release:')
if: startsWith(github.event.pull_request.title, 'release:')
with:
labels: 🔖 release

0 comments on commit afc1a4c

Please sign in to comment.