diff --git a/.lgtm b/.lgtm deleted file mode 100644 index c034be8..0000000 --- a/.lgtm +++ /dev/null @@ -1,3 +0,0 @@ -pattern = "(?i)^(:shipit:|:\\+1:|LGTM|Approved|Looks\\s+Good\\s+To\\s+Me|Seems\\s+good|Looks\\s+good)" -approvals = 1 -self_approval_off = true \ No newline at end of file diff --git a/.pullapprove.yml b/.pullapprove.yml new file mode 100644 index 0000000..61e8f78 --- /dev/null +++ b/.pullapprove.yml @@ -0,0 +1,18 @@ +version: 2 +requirements: + signed_off_by: + required: false +group_defaults: + approve_by_comment: + approve_regex: '(?i)^(:shipit:|:\\+1:|LGTM|Approved|Looks\\s+Good\\s+To\\s+Me|Seems\\s+good|Looks\\s+good)' + reset_on_push: + enabled: true +groups: + -reviewers: + required: 1 + users: + - Idrinth + - w20k + conditions: + branches: + - master diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index f05f8cb..0000000 --- a/MAINTAINERS +++ /dev/null @@ -1,2 +0,0 @@ -Idrinth -w20k \ No newline at end of file