Skip to content

Commit

Permalink
Fix : automation lang from kr to en
Browse files Browse the repository at this point in the history
  • Loading branch information
unchaptered committed Jan 25, 2024
1 parent 8f65f38 commit 1f159fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR 생성 자동화
name: PR Gen Automation

on:
push:
Expand Down
10 changes: 5 additions & 5 deletions scripts/auto-pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ def getPullRequestTemplate(
print(out)

pullRequestBody = f"""
[제목] [가제] 변경 필요
[기여자] {','.join(commiterList)}
[내용]
[Title] [temp] need to change
[Contributor] {','.join(commiterList)}
[Context]
| 시간 | 커밋 ID | 커밋 제목 | 기여자 이름 | 기여자 Email |
| Timestamp | Commit ID | Commit Message | Contrib Username | Contrib Email |
| --------- | --------- | ---------- | ----------- | --------- |"""
commitList = out.split('\n')
for commit in commitList:
Expand Down Expand Up @@ -111,7 +111,7 @@ def getPullRequestTemplate(
labelList = list(set(labelList))

githubPrTemplate: GitHubPrTemplate = {
'title': '[가제] 변경 필요',
'title': '[temp] need to change',
'body': pullRequestBody,
'labelList': labelList,
'assigneeList': commiterList
Expand Down

0 comments on commit 1f159fe

Please sign in to comment.