We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383f68f commit be405d1Copy full SHA for be405d1
.github/workflows/awaiting-mathlib.yml
@@ -23,8 +23,7 @@ jobs:
23
core.setFailed('PR has both "awaiting-mathlib" and "breaks-mathlib" labels.');
24
} else if (hasAwaiting && !hasBreaks && !hasBuilds) {
25
// Create a neutral check run (yellow circle)
26
- const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
27
- await octokit.rest.checks.create({
+ await github.rest.checks.create({
28
owner: context.repo.owner,
29
repo: context.repo.repo,
30
name: "awaiting-mathlib label check",
0 commit comments