Skip to content

fix: corrected classifiers in pyproject.toml #2152

fix: corrected classifiers in pyproject.toml

fix: corrected classifiers in pyproject.toml #2152

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: CC0-1.0
# This file is maintained in https://github.com/WeblateOrg/meta/
name: Pull request automation
on: # zizmor: ignore[dangerous-triggers]
pull_request_target:
types: opened
permissions:
contents: read
jobs:
weblate_automerge:
runs-on: ubuntu-slim
name: Weblate automerge
if: github.actor == 'weblate'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Enable Pull Request Automerge
run: gh pr merge --rebase --auto "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }}