Skip to content

Merge pull request #4258 from Codeinwp/product-marketing/2823 #1214

Merge pull request #4258 from Codeinwp/product-marketing/2823

Merge pull request #4258 from Codeinwp/product-marketing/2823 #1214

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 }}