From a5b91cfe95adec7ab54f0876d0a13efe5400862d Mon Sep 17 00:00:00 2001 From: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:03:02 -0500 Subject: [PATCH] chore: add skip validate to sample sync action (#55) * chore: add skip validate to sample sync action * chore: pr feedback --- .github/workflows/sync-react-samples.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-react-samples.yml b/.github/workflows/sync-react-samples.yml index 360f638..9f0c814 100644 --- a/.github/workflows/sync-react-samples.yml +++ b/.github/workflows/sync-react-samples.yml @@ -134,6 +134,8 @@ jobs: echo "" echo "${BODY}" echo "Same flow as running locally: \`npm install\` then the sync scripts." + echo "Below line is used in automated scripts to avoid internal SF validation on this PR" + echo "[skip-validate-pr]" echo "EOFBODY" } >> $GITHUB_OUTPUT