From 4af3f47d5690c2da3916a4c6f59d87c410c65277 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 6 Sep 2026 19:08:36 +0000 Subject: [PATCH] Note that the build Slack webhook posts to the QA team channel Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_0157o74F6wX3aTghhc7DLbzd --- .github/workflows/bundle-deploy-eas-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 89f2780fd7..7c702fb06f 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -370,6 +370,8 @@ jobs: ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }} ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }} + # Native builds go out to the QA team. NIGHTLY_BUILDS_SLACK_WEBHOOK posts to their + # channel (the name predates the removal of the nightly build workflow). notifyIOS: name: Notify Slack of iOS build needs: [bundleDeploy, buildIfNecessaryIOS]