From df2b61e66a335490bcdd585594d4fb16da1465ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:07:02 +0000 Subject: [PATCH 1/3] Initial plan From 6aa91c658fe3d93279021a72201632aee5e0eaa9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:11:17 +0000 Subject: [PATCH 2/3] Add gh-aw-actions to Related Projects in README Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7173f18c6b..4d5d4bd422a 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,4 @@ GitHub Agentic Workflows is supported by companion projects that provide additio - **[Agent Workflow Firewall (AWF)](https://github.com/github/gh-aw-firewall)** - Network egress control for AI agents, providing domain-based access controls and activity logging for secure workflow execution - **[MCP Gateway](https://github.com/github/gh-aw-mcpg)** - Routes Model Context Protocol (MCP) server calls through a unified HTTP gateway for centralized access management +- **[gh-aw-actions](https://github.com/github/gh-aw-actions)** - Reusable GitHub Actions for agentic workflows From 5495e5a06efdced4d2d012c8781e482e6f517f02 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:12:02 +0000 Subject: [PATCH 3/3] Expand gh-aw-actions description in README Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5d4bd422a..2b13fd533e5 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ GitHub Agentic Workflows is supported by companion projects that provide additio - **[Agent Workflow Firewall (AWF)](https://github.com/github/gh-aw-firewall)** - Network egress control for AI agents, providing domain-based access controls and activity logging for secure workflow execution - **[MCP Gateway](https://github.com/github/gh-aw-mcpg)** - Routes Model Context Protocol (MCP) server calls through a unified HTTP gateway for centralized access management -- **[gh-aw-actions](https://github.com/github/gh-aw-actions)** - Reusable GitHub Actions for agentic workflows +- **[gh-aw-actions](https://github.com/github/gh-aw-actions)** - Shared library of custom GitHub Actions used by compiled workflows, providing functionality such as MCP server file management