Skip to content

[stable30] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support #12427

[stable30] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support

[stable30] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support #12427

Workflow file for this run

name: AutoMerge Transifex Pull Requests
on:
pull_request:
jobs:
approve:
runs-on: ubuntu-latest
name: Approve
steps:
- uses: hmarr/[email protected]
if: github.actor == 'transifex-integration[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
automerge:
runs-on: ubuntu-latest
name: Auto-merge
needs: approve
steps:
- uses: pascalgn/[email protected]
if: github.actor == 'transifex-integration[bot]'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_RETRIES: 10
MERGE_RETRY_SLEEP: 120000