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 7844fea commit 5d394c2Copy full SHA for 5d394c2
.github/workflows/automation.yaml
@@ -35,7 +35,7 @@ jobs:
35
current_repo=${{ github.repository }}
36
current_pr_num=${{ github.event.number }}
37
38
- # 직전 PR 중에서 현재 PR 작성자와 다른 작성자 찾기
+ # 이전 PR 중에서 현재 PR 작성자와 다른 작성자 찾기
39
previous_pr_author=$(gh pr list --repo $current_repo \
40
--state all \
41
--search "created:<${{ github.event.pull_request.created_at }} sort:created-desc -author:${{ github.actor }}" \
0 commit comments