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 67780a3 commit 4b4e6e3Copy full SHA for 4b4e6e3
lib/pr_checker.js
@@ -374,7 +374,7 @@ export default class PRChecker {
374
// GitHub new Check API
375
for (const { status, conclusion, app } of checkSuites.nodes) {
376
if (app.slug !== 'github-actions') {
377
- // Ignore Dependabot and Codecov check suites.
+ // Ignore all non-github check suites, such as Dependabot and Codecov.
378
// They are expected to show up on PRs whose head branch is not on a
379
// fork and never complete.
380
continue;
0 commit comments