Skip to content

Merge pull request #4284 from Codeinwp/ci/update-fonts #1229

Merge pull request #4284 from Codeinwp/ci/update-fonts

Merge pull request #4284 from Codeinwp/ci/update-fonts #1229

name: 'Check for merge conflicts'
on:
push:
branches:
- development
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: 'has conflicts'
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}