Skip to content

should update the example to use the released version #291

should update the example to use the released version

should update the example to use the released version #291

Workflow file for this run

name: Auto Label Conflicts
on:
pull_request_target:
# So that PRs touching the same files as the push are updated
push:
permissions:
issues: write
pull-requests: write
jobs:
auto-label-conflicts:
runs-on: ubuntu-latest
steps:
- name: conflict
uses: "eps1lon/[email protected]"
with:
dirtyLabel: "conflict"
repoToken: ${{ github.token }}
commentOnDirty: |
:wave: Hi, I detected conflicts against the base branch :speak_no_evil:
You'll want to sync :arrows_counterclockwise: your branch with upstream!