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

Merge pull request #98 from definitelynotspaghetti/king #17

Merge pull request #98 from definitelynotspaghetti/king

Merge pull request #98 from definitelynotspaghetti/king #17

Workflow file for this run

name: 'Check for merge conflicts'
on:
push:
branches:
- master
jobs:
triage:
runs-on: ubuntu-20.04
steps:
- uses: mschilde/auto-label-merge-conflicts@2e8fcc76c6430272ec8bb64fb74ec1592156aa6a
with:
CONFLICT_LABEL_NAME: 'Merge Conflict'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WAIT_MS: 8000