Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions docs/guides/all/track-ai-driven-pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,7 @@ This blueprint will represent all known coding agents in your system.
"calculationSpec": {
"func": "count",
"calculationBy": "entities"
},
"pathFilter": [
{
"fromBlueprint": "githubPullRequest",
"path": [
"ai_coding_agent"
]
}
]
}
},
"total_open_p_rs": {
"title": "Total open PRs",
Expand All @@ -164,15 +156,7 @@ This blueprint will represent all known coding agents in your system.
"calculationSpec": {
"func": "count",
"calculationBy": "entities"
},
"pathFilter": [
{
"fromBlueprint": "githubPullRequest",
"path": [
"ai_coding_agent"
]
}
]
}
}
},
"relations": {}
Expand Down Expand Up @@ -709,7 +693,6 @@ Built with Port to bring clarity to your AI-driven SDLC.
7. In the top right corner of the table, click on `Manage Properties` and add the following properties:
- **Title**: The title of the pull request.
- **Link**: The URL to the pull request.
- **PR Urgency**: The urgency level of the PR.
- **Repository**: The repository where the PR was created.
- **AI Coding Agent**: The AI agent involved in the PR.
8. Click on the **Group by** option and select **Work Status** to group PRs by their current status.
Expand Down