Skip to content

Bump js-yaml from 3.13.1 to 4.1.1 in the npm_and_yarn group across 1 directory #10

Bump js-yaml from 3.13.1 to 4.1.1 in the npm_and_yarn group across 1 directory

Bump js-yaml from 3.13.1 to 4.1.1 in the npm_and_yarn group across 1 directory #10

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: