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
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Currently we check the last commit date and comment of the assigneer on the linked PR to include them to last activity time of the assigneer.
While investigating the codebase, I just realized that wrong function is being used to get the linked PR.
https://github.com/ubiquity/ubiquibot/blob/3ad77e54a0202e442bdc7e2973326e8a7a32b74a/src/handlers/wildcard/unassign.ts#L113C35-L113C66
Also, it checks any linked PR without checking if the PR's author is assigneer.
getOpenedPullRequestsForAnIssue
function withgitLinkedPrParser
.The text was updated successfully, but these errors were encountered: