We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9d336 commit 7a10e64Copy full SHA for 7a10e64
.github/workflows/automation.yaml
@@ -38,7 +38,7 @@ jobs:
38
# 최근 3개의 PR 중 현재 PR 작성자와 다른 작성자 찾기
39
previous_pr_author=$(gh pr list --repo $current_repo \
40
--search "number:<$current_pr_num -is:closed sort:created-desc -author:$current_pr_author" \
41
- --limit 3 --json number,author \
+ --limit 3 --json author \
42
--jq '.[0].author.login')
43
44
if [ -n "$previous_pr_author" ]; then
0 commit comments