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
This commit is contained in:
hailey
2025-07-25 08:57:21 -07:00
committed by GitHub
parent c6b578fe91
commit 15abdc67cf
3 changed files with 27 additions and 63 deletions
+2 -4
View File
@@ -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) 🤖*