Skip to content

Commit 4777d48

Browse files
committed
Claude fix issue workflow: properly reference issue in PR title
before this PR, the issue number was relative to phpstan-src repo, which means it somtimes reference other pull requests
1 parent 76da17b commit 4777d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-fix-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
push-to-fork: phpstan-bot/phpstan-src
189189
branch-suffix: random
190190
delete-branch: true
191-
title: "Fix #${{ inputs.issue-number }}: ${{ steps.issue.outputs.title }}"
191+
title: "Fix phpstan/phpstan#${{ inputs.issue-number }}: ${{ steps.issue.outputs.title }}"
192192
body: ${{ steps.claude-summary.outputs.pr_body }}
193193
committer: "phpstan-bot <ondrej+phpstanbot@mirtes.cz>"
194194
commit-message: ${{ steps.claude-summary.outputs.commit_message }}

0 commit comments

Comments
 (0)