Skip to content

Merge pull request #3 from github/dependabot/npm_and_yarn/npm_and_yar… #11

Merge pull request #3 from github/dependabot/npm_and_yarn/npm_and_yar…

Merge pull request #3 from github/dependabot/npm_and_yarn/npm_and_yar… #11

name: "Check for conflicts"
permissions:
contents: read
on:
push:
branches:
- main
pull_request_target:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check if PRs have conflicts
uses: eps1lon/actions-label-merge-conflict@fd1f295ee7443d13745804bc49fe158e240f6c6e
with:
dirtyLabel: "merge conflict"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnClean: |
@${{github.actor}}
Conflicts have been resolved. :thumbsup: