From 78050ee1d2cbc4fd4303a7a615ab18c3b3d35b8c Mon Sep 17 00:00:00 2001 From: Mohamad Date: Tue, 23 Jun 2026 18:32:17 -0400 Subject: [PATCH 1/2] Create my-agent.agent.md template Add template for creating a custom agent in the repository. the --- .github/agents/my-agent.agent.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/agents/my-agent.agent.md diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md new file mode 100644 index 0000000000..8ff8aa88f9 --- /dev/null +++ b/.github/agents/my-agent.agent.md @@ -0,0 +1,13 @@ +--- +# Fill in the fields below to create a basic custom agent for your repository. +# The Copilot CLI can be used for local testing: https://gh.io/customagents/cli +# To make this agent available, merge this file into the default repository branch. +# For format details, see: https://gh.io/customagents/config + +name: +description: +--- + +# My Agent + +Describe what your agent does here. From d7afc120032ccc17aba7dc0ece7de029669db947 Mon Sep 17 00:00:00 2001 From: Mohamad Date: Thu, 25 Jun 2026 03:44:36 -0400 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/agents/my-agent.agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md index 8ff8aa88f9..92139c5e8d 100644 --- a/.github/agents/my-agent.agent.md +++ b/.github/agents/my-agent.agent.md @@ -4,8 +4,8 @@ # To make this agent available, merge this file into the default repository branch. # For format details, see: https://gh.io/customagents/config -name: -description: +name: My Agent +description: Describe what your agent does here. --- # My Agent