File: .pullapprove.yml

package info (click to toggle)
golang-github-opencontainers-runtime-tools 0.9.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,108 kB
  • sloc: sh: 557; makefile: 104
file content (28 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: 2

requirements:
  signed_off_by:
    required: true

always_pending:
  title_regex: '^WIP'
  explanation: 'Work in progress...'

group_defaults:
  required: 1
  approve_by_comment:
    enabled: true
    approve_regex: '^LGTM'
    reject_regex: '^Rejected'
  reset_on_push:
    enabled: true
  author_approval:
    ignored: true
  conditions:
    branches:
      - master

groups:
  runtime-tools:
    teams:
      - runtime-tools-maintainers