Skip to content

feat(nextjs): implement the redesigned ui pages using Tailwind CSS #281

feat(nextjs): implement the redesigned ui pages using Tailwind CSS

feat(nextjs): implement the redesigned ui pages using Tailwind CSS #281

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/3.0.3
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.