From 2c1cc8f00e176c6ba50eea67132963023f570fd8 Mon Sep 17 00:00:00 2001 From: chloeYue Date: Mon, 18 May 2026 19:06:46 +0200 Subject: [PATCH] fix: drop deleted bitrise.yml from stable-sync preserve list Co-authored-by: Cursor --- .github/scripts/stable-sync.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/scripts/stable-sync.js b/.github/scripts/stable-sync.js index 8aa1f451..8012684b 100644 --- a/.github/scripts/stable-sync.js +++ b/.github/scripts/stable-sync.js @@ -87,9 +87,6 @@ async function runGitCommands() { console.log('Executing mobile-specific commands...'); // Preserve these files from main to avoid showing them as changes in the PR - await exec(`git checkout origin/main -- bitrise.yml`); - console.log(`Executed: git checkout origin/main -- bitrise.yml`); - await exec(`git checkout origin/main -- android/app/build.gradle`); console.log(`Executed: git checkout origin/main -- android/app/build.gradle`);