From 1d9d808ef341dd843348fd2fea50e38d495c743e Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:02:51 -0400 Subject: [PATCH] chore(prlint): log additional information (#26488) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- tools/@aws-cdk/prlint/lint.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/@aws-cdk/prlint/lint.ts b/tools/@aws-cdk/prlint/lint.ts index f0648ded94785..43208bcbb1eb6 100644 --- a/tools/@aws-cdk/prlint/lint.ts +++ b/tools/@aws-cdk/prlint/lint.ts @@ -372,6 +372,9 @@ export class PullRequestLinter { mergeable_state: pr.mergeable_state, prLinterFailed, maintainerRequestedChanges, + maintainerApproved, + communityRequestedChanges, + communityApproved, userRequestsExemption, }, undefined, 2));