File: pull_requests.yaml

package info (click to toggle)
siphashc 2.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: ansic: 193; python: 141; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is maintained in https://github.com/WeblateOrg/meta/

name: Pull request automation

on:
  pull_request:
    types: opened

jobs:
  weblate_automerge:
    runs-on: ubuntu-latest
    name: Weblate automerge
    if: github.actor == 'weblate'
    steps:
      - uses: actions-ecosystem/action-add-labels@v1
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          labels: automerge