Skip to content

chore(rds): add new MariaDB engine versions 10.5.28, 10.6.21, 10.11.11, and 11.4.5 #90374

chore(rds): add new MariaDB engine versions 10.5.28, 10.6.21, 10.11.11, and 11.4.5

chore(rds): add new MariaDB engine versions 10.5.28, 10.6.21, 10.11.11, and 11.4.5 #90374

Workflow file for this run

# Approve PRs with "auto-approve". mergify takes care of the actual merge.
name: auto-approve
on:
pull_request_target:
types: [ labeled, unlabeled, opened, synchronize, reopened, ready_for_review, review_requested ]
jobs:
auto-approve:
if: contains(github.event.pull_request.labels.*.name, 'auto-approve')
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"