From 30f9ecc19a2bb0f4e1f8bb672b18bf6abcc6c681 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:58:14 +0000 Subject: [PATCH 1/2] Initial plan From c24b6f98664924f6b9e5395022bbe85910ebac5a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 14:10:29 +0000 Subject: [PATCH 2/2] fix: allow update-announcement-on-autobuild to run on any fork's autobuild branches Co-authored-by: pljones <1549463+pljones@users.noreply.github.com> --- .github/workflows/update-release-announcement.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-release-announcement.yml b/.github/workflows/update-release-announcement.yml index 913ab10569..0d63bae439 100644 --- a/.github/workflows/update-release-announcement.yml +++ b/.github/workflows/update-release-announcement.yml @@ -119,12 +119,11 @@ jobs: update-announcement-on-autobuild: name: Update announcement for autobuild push - # Run on autobuild branch pushes in the main jamulussoftware repo. + # Run on autobuild branch pushes. # Skip when the pusher is the bot itself to prevent an infinite commit loop: # autobuild.yml already has ReleaseAnnouncement.md in paths-ignore, so the # bot commit will not re-trigger the build, but it would re-trigger this workflow. if: >- - github.repository_owner == 'jamulussoftware' && startsWith(github.ref, 'refs/heads/autobuild') && github.actor != 'github-actions[bot]' runs-on: ubuntu-latest