Skip to content

add "Status" from the footer to translation keys #21

add "Status" from the footer to translation keys

add "Status" from the footer to translation keys #21

name: Auto merge PRs by Dependabot
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
inputs:
pr-number:
required: true
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
pr-number: ${{ github.event.inputs.pr-number }}
use-github-auto-merge: true