Closed l3r8yJ closed 8 months ago
title used only in one place and can be inlined
https://github.com/tracehubpm/code-review-action/blob/dbd3f5684d3ba0e60236fc1dac71b0c3ffc24750/src/main/java/git/tracehub/codereview/action/Entry.java#L88-L94
to
Logger.info( Entry.class, "pull request found: #%s '%s'", pull.number(), pull.title() );
@l3r8yJ thanks for the report. For now, title is redundant variable. But in future we plan to pass this variable in prompt. So it won't be redundant. Make sense?
title
@h1alexbel sure
title used only in one place and can be inlined
https://github.com/tracehubpm/code-review-action/blob/dbd3f5684d3ba0e60236fc1dac71b0c3ffc24750/src/main/java/git/tracehub/codereview/action/Entry.java#L88-L94
to