Skip to content

Commit

Permalink
feat(#24): puzzle off
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 1, 2024
1 parent 16e3b4b commit 7c549b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/git/tracehub/codereview/action/Entry.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ public final class Entry {
* After information is collected (pull request itself, its files,
* and reviews) we can feed it into the model asking what is the quality
* of the following code review.
* @todo #2:30min Fetch all the info about pull request we are working with.
* We should fetch all useful information about pull request that we are dealing with:
* title, files (changes), and its author. Let's present this data in JSON/XML format.
* @todo #2:30min Formulate action stoppers.
* We should formulate some action stoppers that would not "go further"
* into processing if: pull request is too small (we need a specific number),
Expand Down

0 comments on commit 7c549b0

Please sign in to comment.