Skip to content

build(deps): bump github.com/k0sproject/k0sctl from 0.19.0 to 0.19.4 in /hack/tool #2602

build(deps): bump github.com/k0sproject/k0sctl from 0.19.0 to 0.19.4 in /hack/tool

build(deps): bump github.com/k0sproject/k0sctl from 0.19.0 to 0.19.4 in /hack/tool #2602

Workflow file for this run

name: Check for merge conflicts
on:
push:
branches:
- main
- release-*
pull_request_target:
types:
- opened
- reopened
- synchronize
branches:
- main
- release-*
permissions:
contents: read
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Check for merge conflicts
uses: eps1lon/[email protected]
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
dirtyLabel: merge-conflict
commentOnDirty: This pull request has merge conflicts that need to be resolved.