From 279b1ff89fb2f3ceee96aa28f62cbba0294b0e1d Mon Sep 17 00:00:00 2001 From: "storeconnect-ai-sync[bot]" <315181307+storeconnect-ai-sync[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:18:38 +0000 Subject: [PATCH] Sync AI packages from the knowledge base Source: GetStoreConnect/storeconnect-knowledge-base@6141a1bafc196fd6a86092196ebab1b74b26dcbc --- .github/workflows/validate.yml | 2 ++ .gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5937218..194d69b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -35,3 +35,5 @@ jobs: - name: Check generated output and repository content run: npm run check + +# Smoke test: proving the App token can push changes under .github/workflows/. Do not merge. diff --git a/.gitignore b/.gitignore index 420f695..34413f9 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,5 @@ claude_desktop_config.json **/.cursor/mcp.json **/.kiro/settings/mcp.json **/.agents/mcp_config.json + +# Smoke test: exercising the publish write path. Do not merge.