There was an error while loading. Please reload this page.
1 parent f241086 commit cb0b8cdCopy full SHA for cb0b8cd
1 file changed
.github/workflows/auto-pr-title.yml
@@ -17,6 +17,7 @@ jobs:
17
GH_TOKEN: ${{ github.token }}
18
PR_NUMBER: ${{ github.event.pull_request.number }}
19
BRANCH_NAME: ${{ github.head_ref }}
20
+ REPOSITORY: ${{ github.repository }}
21
TZ: Asia/Seoul
22
run: |
23
START_DATE="2026-07-30"
@@ -33,4 +34,6 @@ jobs:
33
34
35
echo "PR title: $TITLE"
36
- gh pr edit "$PR_NUMBER" --title "$TITLE"
37
+ gh pr edit "$PR_NUMBER" \
38
+ --repo "$REPOSITORY" \
39
+ --title "$TITLE"
0 commit comments