Skip to content

Commit

Permalink
💚 :: [#433] 정규식 패턴 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Mar 7, 2024
1 parent cf83c87 commit 34655e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IssueToPRLabelSync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Extract issue number from PR title
id: extract-issue-number
run: echo "issue_number=$(echo ${{ github.event.pull_request.title }} | grep -oP '\(#[0-9]+\)' | grep -oP '[0-9]+')" >> $GITHUB_OUTPUT
run: echo "issue_number=$(echo ${{ github.event.pull_request.title }} | grep -oP '(#[0-9]+)' | grep -oP '[0-9]+')" >> $GITHUB_OUTPUT

- name: Check if issue number is found
id: check-issue-number
Expand Down

0 comments on commit 34655e4

Please sign in to comment.