Skip to content

Commit

Permalink
chore(prlint): log additional information (#26488)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kaizencc authored Jul 24, 2023
1 parent 7f8eeb3 commit 1d9d808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/@aws-cdk/prlint/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ export class PullRequestLinter {
mergeable_state: pr.mergeable_state,
prLinterFailed,
maintainerRequestedChanges,
maintainerApproved,
communityRequestedChanges,
communityApproved,
userRequestsExemption,
}, undefined, 2));

Expand Down

0 comments on commit 1d9d808

Please sign in to comment.