Skip to content

Commit

Permalink
ci(label): re-enable check creation
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 16, 2023
1 parent c3adab2 commit def7a9b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit def7a9b

Please sign in to comment.