Skip to content

libjpeg-turbo/libjpeg-turbo 289df647c0f208dad7db63f24830361257812b1b #43787

libjpeg-turbo/libjpeg-turbo 289df647c0f208dad7db63f24830361257812b1b

libjpeg-turbo/libjpeg-turbo 289df647c0f208dad7db63f24830361257812b1b #43787

name: "Check for conflicts"
on:
push:
branches:
- main
pull_request_target:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check if PRs have conflicts
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "merge conflict"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
retryAfter: 10
commentOnClean: |
@${{github.actor}}
Conflicts have been resolved. :thumbsup: