Skip to content

🪲 Add support for more quotes #2315

🪲 Add support for more quotes

🪲 Add support for more quotes #2315

Workflow file for this run

# Automatically approve certain Pu
# which will be auto-approved.
name: Autoapprove
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
auto-approve:
if: |
github.event.pull_request.user.login == 'weblate' ||
contains(github.event.pull_request.labels.*.name, 'translations')
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"