diff --git a/.pullapprove.yml b/.pullapprove.yml deleted file mode 100644 index f66409ef..00000000 --- a/.pullapprove.yml +++ /dev/null @@ -1,28 +0,0 @@ -version: 2 - -requirements: - signed_off_by: - required: true - -always_pending: - title_regex: '^WIP' - explanation: 'Work in progress...' - -group_defaults: - required: 2 - approve_by_comment: - enabled: true - approve_regex: '^LGTM' - reject_regex: '^Rejected' - reset_on_push: - enabled: true - author_approval: - ignored: true - conditions: - branches: - - main - -groups: - distribution-spec: - teams: - - distribution-spec-maintainers