github.com/opencontainers/runtime-tools@v0.9.0/.pullapprove.yml (about)

     1  version: 2
     2  
     3  requirements:
     4    signed_off_by:
     5      required: true
     6  
     7  always_pending:
     8    title_regex: '^WIP'
     9    explanation: 'Work in progress...'
    10  
    11  group_defaults:
    12    required: 1
    13    approve_by_comment:
    14      enabled: true
    15      approve_regex: '^LGTM'
    16      reject_regex: '^Rejected'
    17    reset_on_push:
    18      enabled: true
    19    author_approval:
    20      ignored: true
    21    conditions:
    22      branches:
    23        - master
    24  
    25  groups:
    26    runtime-tools:
    27      teams:
    28        - runtime-tools-maintainers