Skip to content

Commit 5582a4d

Browse files
Refactor AI-driven PR tracking documentation by removing path filters for calculation specifications. (#2826)
Co-authored-by: Matanga1-2 <matangrady@gmail.com>
1 parent f9aa08b commit 5582a4d

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

docs/guides/all/track-ai-driven-pull-requests.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,7 @@ This blueprint will represent all known coding agents in your system.
136136
"calculationSpec": {
137137
"func": "count",
138138
"calculationBy": "entities"
139-
},
140-
"pathFilter": [
141-
{
142-
"fromBlueprint": "githubPullRequest",
143-
"path": [
144-
"ai_coding_agent"
145-
]
146-
}
147-
]
139+
}
148140
},
149141
"total_open_p_rs": {
150142
"title": "Total open PRs",
@@ -164,15 +156,7 @@ This blueprint will represent all known coding agents in your system.
164156
"calculationSpec": {
165157
"func": "count",
166158
"calculationBy": "entities"
167-
},
168-
"pathFilter": [
169-
{
170-
"fromBlueprint": "githubPullRequest",
171-
"path": [
172-
"ai_coding_agent"
173-
]
174-
}
175-
]
159+
}
176160
}
177161
},
178162
"relations": {}
@@ -709,7 +693,6 @@ Built with Port to bring clarity to your AI-driven SDLC.
709693
7. In the top right corner of the table, click on `Manage Properties` and add the following properties:
710694
- **Title**: The title of the pull request.
711695
- **Link**: The URL to the pull request.
712-
- **PR Urgency**: The urgency level of the PR.
713696
- **Repository**: The repository where the PR was created.
714697
- **AI Coding Agent**: The AI agent involved in the PR.
715698
8. Click on the **Group by** option and select **Work Status** to group PRs by their current status.

0 commit comments

Comments
 (0)