From 15abdc67cf77444f20c760537e0e5ca4f9aca5d5 Mon Sep 17 00:00:00 2001 From: hailey Date: Fri, 25 Jul 2025 08:57:21 -0700 Subject: simplify logic for pull request OTAs (#8720) * simplify logic for pull request OTAs * just render deep link in the text * dont download update until approved --- .github/workflows/pull-request-comment.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 8a9e9d9b5..e16d6fe94 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -168,11 +168,9 @@ jobs: header: pull-request-eas-build-${{ github.sha }} number: ${{ github.event.issue.number }} message: | - Your requested OTA deployment was successful! You may now apply it by pressing the link below. + Your requested OTA deployment was successful! You may now apply it by opening the deep link below in your browser: - [Apply OTA update](bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }}) - - [Here is some music to listen to while you wait...](https://www.youtube.com/watch?v=VBlFHuCzPgY) + `bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }}` --- *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖* -- cgit 1.4.1