diff --git a/status-checks/index.ts b/status-checks/index.ts index e3c91c00..97170601 100644 --- a/status-checks/index.ts +++ b/status-checks/index.ts @@ -11,6 +11,7 @@ function getCurrentCommitSha() { .toString() .trim(); } + // The SHA provied by GITHUB_SHA is the merge (PR) commit. // We need to get the current commit sha ourself. const sha = getCurrentCommitSha();