diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml index e4e734bc9..40de40263 100644 --- a/.github/auto-merge.yml +++ b/.github/auto-merge.yml @@ -1,8 +1,9 @@ minApprovals: - COLLABORATOR: 3 + COLLABORATOR: 2 maxRequestedChanges: COLLABORATOR: 0 mergeMethod: squash requiredBaseBranches: - development +- test reportStatus: true