Skip to content

Commit 5d394c2

Browse files
committed
ci: 주석 수정
1 parent 7844fea commit 5d394c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
current_repo=${{ github.repository }}
3636
current_pr_num=${{ github.event.number }}
3737
38-
# 직전 PR 중에서 현재 PR 작성자와 다른 작성자 찾기
38+
# 이전 PR 중에서 현재 PR 작성자와 다른 작성자 찾기
3939
previous_pr_author=$(gh pr list --repo $current_repo \
4040
--state all \
4141
--search "created:<${{ github.event.pull_request.created_at }} sort:created-desc -author:${{ github.actor }}" \

0 commit comments

Comments
 (0)