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
PR-Agent is not generating line links for certain files in the PR description. The following warnings appear in the logs during the /describe command execution:
2025-02-20 09:11:41.225 | WARNING | pr_agent.tools.pr_description:process_pr_files_prediction:686 - Error getting line link for '/src/config/configuration.json'
2025-02-20 09:11:41.226 | WARNING | pr_agent.tools.pr_description:process_pr_files_prediction:686 - Error getting line link for '/configuration.toml'
2025-02-20 09:11:41.227 | WARNING | pr_agent.tools.pr_description:process_pr_files_prediction:686 - Error getting line link for '/.azuredevops/ci-pipeline.yaml'
2025-02-20 09:11:41.227 | WARNING | pr_agent.tools.pr_description:process_pr_files_prediction:686 - Error getting line link for '/src/app/components/menus/side-menu/side-menu.component.ts'
2025-02-20 09:11:41.228 | WARNING | pr_agent.tools.pr_description:process_pr_files_prediction:686 - Error getting line link for '/src/app/components/menus/side-menu/side-menu.component.spec.ts'
The issue persists across multiple PRs and file types.
The Azure DevOps PAT token used has full Code (Read & Write) permissions (we are using System.AccessToken)
Also, seems like is not taking the configuration, so we are using some values in the script itself:
Git provider (optional)
Azure
System Info (optional)
Issues details
PR-Agent is not generating line links for certain files in the PR description. The following warnings appear in the logs during the /describe command execution:
Also, seems like is not taking the configuration, so we are using some values in the script itself:
The text was updated successfully, but these errors were encountered: