print_label
Print physical labels with QR codes and text for GitHub issues and pull requests using a Brother QL-810W printer.
Instructions
Print a label with QR code and text to Brother QL-810W printer. The QR code links to the provided URL, and text shows issue details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to encode in QR code (e.g., issue/PR link) | |
| issue_number | Yes | Issue/PR number (e.g., '#1234') | |
| title | Yes | Issue/PR title | |
| description | No | Brief description (optional) |