Skip to content

chore(deps): bump ip from 1.1.8 to 1.1.9 #254

chore(deps): bump ip from 1.1.8 to 1.1.9

chore(deps): bump ip from 1.1.8 to 1.1.9 #254

Workflow file for this run

# SPDX-License-Identifier: GPL-2.0
#
# SPDX-FileCopyrightText: 2021 Gaurav Mishra <[email protected]>
# SPDX-FileCopyrightText: 2021 Siemens AG
name: Check PRs for conflicts
on:
pull_request_target:
types: [synchronize]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check if PRs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: "has merge conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: |
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request.