From 16b3b8520de9b7c645d2047628676a93dde8206d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 3 Jan 2026 21:59:01 +0000 Subject: [PATCH 1/2] Initial plan From 4ff9cc84497d865aefacfed9e8ae235cdc1a7514 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 3 Jan 2026 22:00:56 +0000 Subject: [PATCH 2/2] Remove automatic triggers from repo_health workflow, keep only workflow_dispatch Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- .github/workflows/repo_health.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index 91ddd52..6165a14 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -21,20 +21,6 @@ on: - release - scripts - repo - pull_request: - paths: - - .github/workflows/** - - scripts/** - - docs/** - - dev/** - push: - branches: - - main - paths: - - .github/workflows/** - - scripts/** - - docs/** - - dev/** permissions: contents: read