mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-04 15:11:07 +08:00
17 lines
409 B
YAML
17 lines
409 B
YAML
# This file is maintained in https://github.com/WeblateOrg/meta/
|
|
|
|
name: Pull request automation
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: opened
|
|
|
|
jobs:
|
|
weblate_automerge:
|
|
runs-on: ubuntu-20.04
|
|
name: Weblate automerge
|
|
if: ${{ github.actor == 'weblate' || github.actor == 'pre-commit-ci[bot]' }}
|
|
steps:
|
|
- uses: actions-ecosystem/action-add-labels@v1.1.3
|
|
with:
|
|
labels: automerge
|