mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Update docs/docs/core-abilities/fetching_ticket_context.md
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
parent
385f8908ad
commit
3980c0d9d5
1 changed files with 1 additions and 2 deletions
|
|
@ -485,8 +485,7 @@ Qodo Merge automatically detects Monday items from:
|
||||||
### Configuration Setup (Optional)
|
### Configuration Setup (Optional)
|
||||||
If you want to extract Monday item references from branch names or use standalone item IDs, you need to set the `monday_base_url` in your configuration file:
|
If you want to extract Monday item references from branch names or use standalone item IDs, you need to set the `monday_base_url` in your configuration file:
|
||||||
|
|
||||||
Branch Names: Item IDs (6-12 digits) in branch names - requires monday_base_url configuration
|
To support Monday ticket referencing from branch names, item IDs (6-12 digits) should be part of the branch names and you need to configure `monday_base_url`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[monday]
|
[monday]
|
||||||
monday_base_url = "https://your_monday_workspace.monday.com"
|
monday_base_url = "https://your_monday_workspace.monday.com"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue