Skip to content

ableco/qrcode-comment-action

Repository files navigation

QRCode Comment

A GitHub Action to create a comment with a QR code in the PR.

Usage

Create Workflow

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}

Contributing

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.

License

Open Source Project is released under the MIT license. See LICENSE for the full license text.

About

GitHub Action to create a comment with a QR code in the PR

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published