From 7376ed569240db55c6eaffd169b80643504c443b Mon Sep 17 00:00:00 2001 From: kodjomiles Date: Thu, 18 Sep 2025 11:25:31 +0000 Subject: [PATCH] Refactor AI-driven PR tracking documentation by removing path filters for calculation specifications. --- .../all/track-ai-driven-pull-requests.md | 21 ++----------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docs/guides/all/track-ai-driven-pull-requests.md b/docs/guides/all/track-ai-driven-pull-requests.md index 24d8765ed0..8452f9454c 100644 --- a/docs/guides/all/track-ai-driven-pull-requests.md +++ b/docs/guides/all/track-ai-driven-pull-requests.md @@ -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", @@ -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": {} @@ -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.