Skip to content

fix: render EAN barcodes with the correct format #8649

fix: render EAN barcodes with the correct format

fix: render EAN barcodes with the correct format #8649

name: '馃挜 Auto-Label Merge Conflicts on PRs'
on:
push:
branches:
- main
pull_request_target:
types: [synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: eps1lon/actions-label-merge-conflict@0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1 # v3.1.0 (2026-05-27)
continue-on-error: true # Don鈥檛 mark PRs as failing because this errs
with:
dirtyLabel: "馃挜 Merge Conflicts"
repoToken: ${{ secrets.GITHUB_TOKEN }}
retryMax: 5
retryAfter: 5000