Skip to content

Commit 81769fc

Browse files
cyrusagentclaude
andcommitted
feat: always include Linear profile link in PR assignee attribution
When a GitHub @mention is available, the PR description now includes both the @mention and the Linear profile link for audit trail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 44bbbf2 commit 81769fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/edge-worker/src/prompts/subroutines

packages/edge-worker/src/prompts/subroutines/gh-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gh pr edit --title "[descriptive title]" --body "[full description]"
2424
**IMPORTANT: Assignee attribution**
2525
Check the `<assignee>` section from the issue context and add assignee information at the **very top** of the PR description body, before the summary:
2626

27-
- If a `<github_username>` is available, format as: `Assignee: @username` (this triggers a GitHub notification)
27+
- If a `<github_username>` is available, format as: `Assignee: @username ([Display Name](linear_profile_url))` — the @mention triggers a GitHub notification and the Linear profile link provides an audit trail
2828
- If only a `<linear_profile_url>` is available (no GitHub username), format as: `Assignee: [Display Name](linear_profile_url)` using the `<linear_display_name>` and `<linear_profile_url>` values
2929

3030
Follow this with a blank line, then the rest of the description. If no assignee information is available at all, skip this step.

0 commit comments

Comments
 (0)