Skip to content

Merge pull request #307 from tomaae/lokalise-2023-09-18_09-26-54 #344

Merge pull request #307 from tomaae/lokalise-2023-09-18_09-26-54

Merge pull request #307 from tomaae/lokalise-2023-09-18_09-26-54 #344

Workflow file for this run

name: Check for PR merge conflicts
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check_conflicts:
name: Check for PR merge conflicts
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "conflict"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}