Skip to content

Commit

Permalink
fix: 정규식 수정
Browse files Browse the repository at this point in the history
- PR 제목은 첫문자를 제외하고 소문자로 변환됨
- `-`은 공백으로 치환됨
- 정규식은 쌍따옴표가 아니라 따옴표로 감싸야 함
  • Loading branch information
kimyu0218 committed Feb 18, 2024
1 parent 4ee6109 commit 5c5ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/configure-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check PR title
uses: deepakputhraya/action-pr-title@master
with:
regex: "((BE|FE|DEVOPS)\/(feature|bugfix|refactor)(,(feature|bugfix|refactor))*\/(#[\d]+(\-#[\d]+)*)\-[\w가-힣-]+|release v[\d]+\.[\d]+\.[\d]+)"
regex: '((Be|Fe|Devops)\/(feature|bugfix|refactor)(,(feature|bugfix|refactor))*\/#[\d]+( #[\d]+)*.+|release v[\d]+\.[\d]+\.[\d]+)'
github_token: ${{ secrets.ADD_TO_PROJECT_PAT }}

set-label:
Expand Down

0 comments on commit 5c5ab52

Please sign in to comment.