From 3747f4072748d11f06728ce09ec6546ba98a12c8 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 1 Sep 2025 22:27:25 +0300 Subject: [PATCH] add qr code to github action --- .github/workflows/pull-request-comment.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 7898bb9630..b09810e1a7 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -84,10 +84,10 @@ jobs: repo: context.repo.repo, pull_number: ${{ github.event.issue.number }} }); - + console.log(`PR HEAD SHA: ${pr.data.head.sha}`); console.log(`PR HEAD REF: ${pr.data.head.ref}`); - + core.setOutput('head-sha', pr.data.head.sha); core.setOutput('head-ref', pr.data.head.ref); @@ -190,10 +190,12 @@ jobs: message: | Your requested OTA deployment was successful! You may now apply it by opening the deep link below in your browser: + + `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) 🤖* + *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖* - name: 💬 Drop a comment uses: marocchino/sticky-pull-request-comment@v2