You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, there is no comparison before and after CHANGES_REQUESTED and APPROVED.
Therefore, even if CHANGES_REQUESTED is performed after APPROVED, the value of approveEntry can still be obtained.
The data I want to obtain should ideally be in the state where all reviews are APPROVED, but this implementation does not achieve that.
Was this implementation intentional?
Your feedback would be appreciated.
The text was updated successfully, but these errors were encountered:
If you have multiple reviewers(one just commented and second approved) then this PR will be considered as approved. Once Changes requested are dismissed it is considered as changes are not required.
Hello, I have a question regarding the implementation of
getApproveTime
.In the implementation of
getApproveTime
, it looks like this:https://github.com/AlexSim93/pull-request-analytics-action/blob/master/src/converters/utils/calculations/getApproveTime.ts
In the current implementation, there is no comparison before and after
CHANGES_REQUESTED
andAPPROVED
.Therefore, even if
CHANGES_REQUESTED
is performed afterAPPROVED
, the value of approveEntry can still be obtained.The data I want to obtain should ideally be in the state where all reviews are
APPROVED,
but this implementation does not achieve that.Was this implementation intentional?
Your feedback would be appreciated.
The text was updated successfully, but these errors were encountered: