diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 5dedbf08a48..0184b09c9be 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -22,6 +22,7 @@ jobs: let { ref, payload: { number: issue_number }, sha } = context; console.log(ref); + "refs/pull/3070/merge" ref = "cl/issue-2888"; issue_number = 3070; sha = "e106703d287e1ede7dd718d5a88dabd993a059e2"; @@ -56,15 +57,15 @@ jobs: if (run.conclusion !== "skipped") continue; if (linux && run.name === "build") { - // const linuxCheck = await github.rest.checks.create({ - // owner, - // repo, - // name: "a-new-check", - // head_sha: sha, - // - // }); - // - // console.log(linuxCheck); + const linuxCheck = await github.rest.checks.create({ + owner, + repo, + name: "a-new-check", + head_sha: sha, + + }); + + console.log(linuxCheck); // const winCheck = await github.rest.checks.create({ // owner,