Skip to content

Merge pull request #4119 from Codeinwp/fix/changelog-format-issue #1134

Merge pull request #4119 from Codeinwp/fix/changelog-format-issue

Merge pull request #4119 from Codeinwp/fix/changelog-format-issue #1134

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