Skip to content

Merge pull request #1129 from openbullet/dependabot/npm_and_yarn/open… #46

Merge pull request #1129 from openbullet/dependabot/npm_and_yarn/open…

Merge pull request #1129 from openbullet/dependabot/npm_and_yarn/open… #46

name: Merge Conflict Labeler
on:
push:
branches:
- master
pull_request_target:
branches:
- master
types: [synchronize]
jobs:
label:
name: Labeling
runs-on: ubuntu-latest
if: ${{ github.repository == 'openbullet/OpenBullet2' }}
permissions:
contents: read
pull-requests: write
steps:
- name: Apply label
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: 'merge-conflict'
commentOnDirty: 'This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.'
repoToken: '${{ secrets.GITHUB_TOKEN }}'