A GitHub Action to create a comment with a QR code in the PR.
Create a workflow (eg: .github/workflows/comment.yml
see Creating a Workflow file) to utilize the qrcode action with content:
name: "Review App QR Code"
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-latest
steps:
# …
- uses: ableco/qrcode-comment-action@main
with:
content: ${{ steps.deploy.outputs.review_url }}
comment: |
{qrcode}
Contributions are welcome. Please check out the Contributing guide for the guidelines you need to follow.
Please read our Code of Conduct so that you can understand the kind of respectful behavior we expect of all participants.
Open Source Project is released under the MIT license. See LICENSE for the full license text.