Skip to content

lang: [bg] Adjust translations for bg/Auth.php #386

lang: [bg] Adjust translations for bg/Auth.php

lang: [bg] Adjust translations for bg/Auth.php #386

name: Detect Merge Commits
on:
pull_request:
branches:
- develop
permissions:
contents: read
pull-requests: read
jobs:
test:
name: Check for merge commits
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run test
uses: NexusPHP/no-merge-commits@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}