Skip to content

Commit 7a10e64

Browse files
committed
ci: json 파싱시 number 필드 제외
1 parent cf9d336 commit 7a10e64

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
@@ -38,7 +38,7 @@ jobs:
3838
# 최근 3개의 PR 중 현재 PR 작성자와 다른 작성자 찾기
3939
previous_pr_author=$(gh pr list --repo $current_repo \
4040
--search "number:<$current_pr_num -is:closed sort:created-desc -author:$current_pr_author" \
41-
--limit 3 --json number,author \
41+
--limit 3 --json author \
4242
--jq '.[0].author.login')
4343
4444
if [ -n "$previous_pr_author" ]; then

0 commit comments

Comments
 (0)