From 67c9f2f1d3d5c2fe231a19a2d912a4ad5ba33afc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:20:18 +0000 Subject: [PATCH 1/2] Initial plan From 07e48a93c8ac2df1a1ddd775910305383b880919 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:29:10 +0000 Subject: [PATCH 2/2] feat(triage): restrict PR triage to fork PRs only Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/pr-triage-agent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-triage-agent.md b/.github/workflows/pr-triage-agent.md index 62a3b36ac34..4f8dcb90f0b 100644 --- a/.github/workflows/pr-triage-agent.md +++ b/.github/workflows/pr-triage-agent.md @@ -70,6 +70,7 @@ Check for existing triage data in shared memory at `/tmp/gh-aw/repo-memory/defau Use GitHub tools to fetch all open pull requests: - Filter by: `is:open is:pr author:app/github-copilot` +- **Fork PRs only**: After fetching, filter to include only PRs where `head.repo.full_name` differs from `base.repo.full_name` (i.e., PRs opened from forks, not from branches within the same repository). Skip any PRs that originate from the same repository. - Get PR details including: - Number, title, description, author - Files changed (count and paths)