From 6b3c913e336dcda4089a4775ac2a85507a7fd950 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 7 May 2026 18:47:38 +0000 Subject: [PATCH 1/2] Initial plan From 43e61a7c50741f6faf907c298931bfa944c3070b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 7 May 2026 19:12:30 +0000 Subject: [PATCH 2/2] fix: replace broken github.github.com Learn More links with correct relative paths in operational-patterns blog post Agent-Logs-Url: https://github.com/github/gh-aw/sessions/71d59b33-d855-4d18-a65e-ad56d245de01 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .../blog/2026-01-27-operational-patterns.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/src/content/docs/blog/2026-01-27-operational-patterns.md b/docs/src/content/docs/blog/2026-01-27-operational-patterns.md index a74d689d74e..0613ed3c1ad 100644 --- a/docs/src/content/docs/blog/2026-01-27-operational-patterns.md +++ b/docs/src/content/docs/blog/2026-01-27-operational-patterns.md @@ -76,7 +76,7 @@ Here are our tips! - Add help text for `/command help` - Use cache-memory to track command history -**Learn more**: [ChatOps Examples](https://github.github.com/gh-aw/patterns/chat-ops/) +**Learn more**: [ChatOps Examples](/gh-aw/patterns/chat-ops/) --- @@ -124,7 +124,7 @@ Here are our tips! - Include progress reports in PR descriptions - Allow human intervention at any phase -**Learn more**: [DailyOps Examples](https://github.github.com/gh-aw/patterns/daily-ops/) +**Learn more**: [DailyOps Examples](/gh-aw/patterns/daily-ops/) --- @@ -175,7 +175,7 @@ Here are our tips! - Update classification rules based on feedback - **For public repos**: By default, `min-integrity: approved` restricts agent visibility to owners, members, and collaborators. For triage workflows that need to process issues from all users, set `min-integrity: none` explicitly — see [Integrity Filtering](/gh-aw/reference/integrity/) for guidance. -**Learn more**: [IssueOps Examples](https://github.github.com/gh-aw/patterns/issue-ops/) +**Learn more**: [IssueOps Examples](/gh-aw/patterns/issue-ops/) --- @@ -224,7 +224,7 @@ Here are our tips! - Avoid label proliferation - Use label descriptions -**Learn more**: [LabelOps Examples](https://github.github.com/gh-aw/patterns/label-ops/) +**Learn more**: [LabelOps Examples](/gh-aw/patterns/label-ops/) --- @@ -274,7 +274,7 @@ Here are our tips! - Allow manual overrides - Track automation accuracy -**Learn more**: [ProjectOps Examples](https://github.github.com/gh-aw/patterns/project-ops/) +**Learn more**: [ProjectOps Examples](/gh-aw/patterns/project-ops/) --- @@ -337,7 +337,7 @@ Here are our tips! - Include acceptance criteria - Review and iterate -**Learn more**: [TaskOps](https://github.github.com/gh-aw/patterns/task-ops/) +**Learn more**: [TaskOps](/gh-aw/patterns/task-ops/) --- @@ -388,7 +388,7 @@ Here are our tips! - Batch operations efficiently - Monitor cross-repo dependencies -**Learn more**: [MultiRepoOps](https://github.github.com/gh-aw/patterns/multi-repo-ops/) +**Learn more**: [MultiRepoOps](/gh-aw/patterns/multi-repo-ops/) --- @@ -427,7 +427,7 @@ Here are our tips! - Set up appropriate notifications - Plan for eventual migration if successful -**Learn more**: [SideRepoOps](https://github.github.com/gh-aw/patterns/side-repo-ops/) +**Learn more**: [SideRepoOps](/gh-aw/patterns/side-repo-ops/) --- @@ -452,7 +452,7 @@ These workflows do the following: 5. Capture and validate outputs 6. Delete trial repo or keep for reference -**Learn more**: [TrialOps](https://github.github.com/gh-aw/patterns/trial-ops/) +**Learn more**: [TrialOps](/gh-aw/patterns/trial-ops/) ---