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
Current regex doesn't cover '1 commit result' case, that means if we
get only 1 commit result, the dependent number will be set to 0.
This patch try to fix it by use '* commit result' to match 'n commit results'
and '1 commit result' case.
0 commit comments