Skip to content

[FIX] Floorbots now actually use the colour of the toolbox they were … #8950

[FIX] Floorbots now actually use the colour of the toolbox they were …

[FIX] Floorbots now actually use the colour of the toolbox they were … #8950

name: 'Merge Conflict Detection'
on:
push:
branches:
- master
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: 'Merge Conflict'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}