Skip to content

Commit 1d9d808

Browse files
authored
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*
1 parent 7f8eeb3 commit 1d9d808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/@aws-cdk/prlint/lint.ts

+3
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,9 @@ export class PullRequestLinter {
372372
mergeable_state: pr.mergeable_state,
373373
prLinterFailed,
374374
maintainerRequestedChanges,
375+
maintainerApproved,
376+
communityRequestedChanges,
377+
communityApproved,
375378
userRequestsExemption,
376379
}, undefined, 2));
377380

0 commit comments

Comments
 (0)