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
fix(ci): detect issues closed by merged PRs via cross-reference (#8)
The previous logic checked for commit_id on the closed event, but GitHub
doesn't set this when "Closes #X" is in the PR body. Now checks for
cross-referenced events from merged PRs instead.
0 commit comments