Skip to content

Commit be405d1

Browse files
committed
chore: fix awaiting-mathlib.yml
1 parent 383f68f commit be405d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/awaiting-mathlib.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
core.setFailed('PR has both "awaiting-mathlib" and "breaks-mathlib" labels.');
2424
} else if (hasAwaiting && !hasBreaks && !hasBuilds) {
2525
// Create a neutral check run (yellow circle)
26-
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
27-
await octokit.rest.checks.create({
26+
await github.rest.checks.create({
2827
owner: context.repo.owner,
2928
repo: context.repo.repo,
3029
name: "awaiting-mathlib label check",

0 commit comments

Comments
 (0)