Skip to content

Commit

Permalink
로깅 임시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou committed Sep 23, 2023
1 parent 9d3c126 commit 47f0f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/task-category-auto-labeling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
const prefix_pattern = /^\[(Feature|Refactor|Test|Fix|Style|Etc)\]/;
const labels = pull.labels.map( it => it.name )
console.log(pull)
console.log(labels)
if (!prefix_pattern.test(pull.title)) {
core.setFailed('PR 이름이 규칙에 맞지 않습니다.')
return
Expand Down

0 comments on commit 47f0f1f

Please sign in to comment.