Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

fix yml overgrownweed, and temp delete spectrum in default pool #25

fix yml overgrownweed, and temp delete spectrum in default pool

fix yml overgrownweed, and temp delete spectrum in default pool #25

name: Check Merge Conflicts
on:
push:
branches:
- master-andromeda #A-13 Actions fix
pull_request_target:
jobs:
Label:
if: github.actor != 'IanComradeBot'
runs-on: ubuntu-latest
steps:
- name: Check for Merge Conflicts
uses: ike709/actions-label-merge-conflict@9eefdd17e10566023c46d2dc6dc04fcb8ec76142
with:
dirtyLabel: "bug"
repoToken: "${{ secrets.GITHUB_TOKEN }}" #A-13 Actions fix
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."