Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ableco/qrcode-comment-action
GitHub Action to create a comment with a QR code in the PR
https://github.com/ableco/qrcode-comment-action
actions github-actions
Last synced: about 2 months ago
JSON representation
GitHub Action to create a comment with a QR code in the PR
- Host: GitHub
- URL: https://github.com/ableco/qrcode-comment-action
- Owner: ableco
- License: mit
- Created: 2021-05-21T18:52:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T02:55:47.000Z (11 months ago)
- Last Synced: 2024-10-31T10:46:33.036Z (3 months ago)
- Topics: actions, github-actions
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)) to utilize the qrcode action with content:
```yaml
name: "Review App QR Code"
on:
- pull_requestjobs:
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](CONTRIBUTING.md) for the guidelines you need to follow.
Please read our [Code of Conduct](CODE_OF_CONDUCT.md) 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](LICENSE) for the full license text.