You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows us to create check runs for additional information (e.g., if user has no seat) with GITHUB_TOKEN
awaitoctokit.checks.create({
owner, repo,name: 'Tusk Drift',head_sha: sha,conclusion: 'neutral',// or 'skipped'output: {title: 'Skipped',summary: 'PR creator does not have a Tusk Cloud seat'}});