Reptilian (Unathi) Purring From RMC14 #7689
Workflow file for this run
This file contains hidden or 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-FileCopyrightText: 2022 Moony | |
| # SPDX-FileCopyrightText: 2022 ike709 | |
| # SPDX-FileCopyrightText: 2022 metalgearsloth | |
| # SPDX-FileCopyrightText: 2022 wrexbe | |
| # SPDX-FileCopyrightText: 2024 DEATHB4DEFEAT | |
| # SPDX-FileCopyrightText: 2024 Debug | |
| # SPDX-FileCopyrightText: 2025 MajorMoth | |
| # SPDX-FileCopyrightText: 2025 sleepyyapril | |
| # | |
| # SPDX-License-Identifier: AGPL-3.0-or-later AND MIT | |
| name: Check Merge Conflicts | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - ready_for_review | |
| jobs: | |
| Label: | |
| if: github.actor != 'TheDen-Bot' && github.event.pull_request.draft == false | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check for Merge Conflicts | |
| uses: eps1lon/actions-label-merge-conflict@v3.0.0 | |
| with: | |
| dirtyLabel: "Status: Merge Conflict" | |
| repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
| commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request." |