Implement IFrameEncoder / IFrameDecoder using libvorbis #1104
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
dirtyLabel: "needs rebase" | |
repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
commentOnDirty: ":robot: The latest upstream change made this pull request unmergeable. | |
Please resolve the merge conflicts." |