You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Check the `<assignee>` section from the issue context and add assignee information at the **very top** of the PR description body, before the summary:
26
26
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 @mentiontriggers a GitHub notification and the Linear profile link provides an audit trail
28
28
- 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
29
29
30
30
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