Skip to content

Merge pull request #4130 from Codeinwp/fix/popover-wp-64 #1137

Merge pull request #4130 from Codeinwp/fix/popover-wp-64

Merge pull request #4130 from Codeinwp/fix/popover-wp-64 #1137

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