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: attach pipeline ID to GitLab commit status updates (#65)
The closure in updateStatus used to assign the resolved pipeline ID,
shadowing the outer variable and discarding the value. Every SetCommitStatus
call was issued without a PipelineID, so GitLab couldn't associate the
status with the current MR pipeline — leaving the apply check stuck after
no-change plan/applies and causing pipeline-status links to point at stale
runs.
Signed-off-by: Mmadu Manasseh <mmadumanasseh@gmail.com>
0 commit comments