Skip to content

feat: implement POST /api/v3/product/{barcode}/images route #269

feat: implement POST /api/v3/product/{barcode}/images route

feat: implement POST /api/v3/product/{barcode}/images route #269

Workflow file for this run

# .github/workflows/auto-author-assign.yml
name: 'Auto Author Assign'
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.1.1