Bluesky app fork with some witchin' additions 💫

Add QR code to github action (#8948)

authored by samuel.fm and committed by

GitHub b2258fb6 0bda727e

+6 -4
+6 -4
.github/workflows/pull-request-comment.yml
··· 84 repo: context.repo.repo, 85 pull_number: ${{ github.event.issue.number }} 86 }); 87 - 88 console.log(`PR HEAD SHA: ${pr.data.head.sha}`); 89 console.log(`PR HEAD REF: ${pr.data.head.ref}`); 90 - 91 core.setOutput('head-sha', pr.data.head.sha); 92 core.setOutput('head-ref', pr.data.head.ref); 93 ··· 188 header: pull-request-eas-build-${{ steps.pr-info.outputs.head-sha }} 189 number: ${{ github.event.issue.number }} 190 message: | 191 - Your requested OTA deployment was successful! You may now apply it by opening the deep link below in your browser: 192 193 `bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }}` 194 --- 195 *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖* 196 - 197 198 - name: 💬 Drop a comment 199 uses: marocchino/sticky-pull-request-comment@v2
··· 84 repo: context.repo.repo, 85 pull_number: ${{ github.event.issue.number }} 86 }); 87 + 88 console.log(`PR HEAD SHA: ${pr.data.head.sha}`); 89 console.log(`PR HEAD REF: ${pr.data.head.ref}`); 90 + 91 core.setOutput('head-sha', pr.data.head.sha); 92 core.setOutput('head-ref', pr.data.head.ref); 93 ··· 188 header: pull-request-eas-build-${{ steps.pr-info.outputs.head-sha }} 189 number: ${{ github.event.issue.number }} 190 message: | 191 + Your requested OTA deployment was successful! You may now apply it by either scanning the QR code or opening the deep link below in your browser: 192 + 193 + <img src="https://bsky-qr.vercel.app?channel=pull-request-${{ github.event.issue.number }}" width=300 height=300> 194 195 `bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }}` 196 --- 197 + 198 *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖* 199 200 - name: 💬 Drop a comment 201 uses: marocchino/sticky-pull-request-comment@v2