chore(deps): bump ip from 1.1.8 to 1.1.9 #254
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |