mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Update fetching_ticket_context.md
This commit is contained in:
@ -416,11 +416,11 @@ Include a ticket reference in your PR description using either:
|
|||||||
Name your branch with the ticket ID as a prefix (e.g., `ABC-123-feature-description` or `feature/ABC-123/feature-description`).
|
Name your branch with the ticket ID as a prefix (e.g., `ABC-123-feature-description` or `feature/ABC-123/feature-description`).
|
||||||
|
|
||||||
!!! note "Linear Base URL"
|
!!! note "Linear Base URL"
|
||||||
For shortened ticket IDs or branch detection (method 2), you must configure the Linear base URL in your configuration file under the [linear] section:
|
For shortened ticket IDs or branch detection (method 2), you must configure the Linear base URL in your configuration file under the [linear] section:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[linear]
|
[linear]
|
||||||
linear_base_url = "https://linear.app/[ORG_ID]"
|
linear_base_url = "https://linear.app/[ORG_ID]"
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `[ORG_ID]` with your Linear organization identifier.
|
Replace `[ORG_ID]` with your Linear organization identifier.
|
||||||
|
Reference in New Issue
Block a user