Skip to content

1.0.25 libsndfile has a bug related to Carbon.h being removed on maco… #69

1.0.25 libsndfile has a bug related to Carbon.h being removed on maco…

1.0.25 libsndfile has a bug related to Carbon.h being removed on maco… #69

name: "detect_conflicts"
on:
push:
branches:
- "*"
tags:
- "!*"
pull_request_target:
types:
- synchronize
concurrency:
group: pr-${{ github.event.pull_request.number || github.ref }}
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: eps1lon/actions-label-merge-conflict@v2.1.0
with:
dirtyLabel: "needs rebase"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: ":robot: The latest upstream change made this pull request unmergeable.
Please resolve the merge conflicts."