Skip to content

Bump version: 3.21.dev → 3.22.dev #1588

Bump version: 3.21.dev → 3.22.dev

Bump version: 3.21.dev → 3.22.dev #1588

# This workflow will check pull requests for merge conflicts and
# automatically add (and remove) a relevant label
name: identify merge conflicts
on:
# So that PRs touching the same files as the push are updated
push:
# So that the `dirtyLabel` is removed if conflicts are resolved
pull_request_target:
types: [synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label Conflicting Pull Requests
uses: eps1lon/actions-label-merge-conflict@1b1b1fcde06a9b3d089f3464c96417961dde1168
with:
dirtyLabel: "PR: merge conflicts"
repoToken: ${{ secrets.GITHUB_TOKEN }}