From 6b1999c20f293004aabaa0db7ec98a11cebbc146 Mon Sep 17 00:00:00 2001 From: highlander Date: Fri, 31 Jul 2026 20:46:53 -0300 Subject: [PATCH 1/2] chore: pin portable canonical device protocol --- device-protocol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-protocol b/device-protocol index 5a8e2702..b13391c7 160000 --- a/device-protocol +++ b/device-protocol @@ -1 +1 @@ -Subproject commit 5a8e2702a4cc5f6e6c401f9cbb9bb07b43828c8b +Subproject commit b13391c772e3d46011f9ada8606c770b196e93d8 From c2eb9d901927433d5c9983afaceec9c228610674 Mon Sep 17 00:00:00 2001 From: highlander Date: Fri, 31 Jul 2026 20:50:20 -0300 Subject: [PATCH 2/2] fix(ci): gate upstream staging pull requests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88733b5f..4831275f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ name: CI on: push: - branches: [master, develop, 'feature/**', 'fix/**', 'hotfix/**'] + branches: [master, develop, reconcile/upstream-sync, 'feature/**', 'fix/**', 'hotfix/**'] pull_request: - branches: [master, develop] + branches: [master, develop, reconcile/upstream-sync] jobs: # ═══════════════════════════════════════════════════════════