Skip to content

Commit 4b4e6e3

Browse files
aduh95avivkeller
andauthored
Update lib/pr_checker.js
Co-authored-by: Aviv Keller <[email protected]>
1 parent 67780a3 commit 4b4e6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pr_checker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ export default class PRChecker {
374374
// GitHub new Check API
375375
for (const { status, conclusion, app } of checkSuites.nodes) {
376376
if (app.slug !== 'github-actions') {
377-
// Ignore Dependabot and Codecov check suites.
377+
// Ignore all non-github check suites, such as Dependabot and Codecov.
378378
// They are expected to show up on PRs whose head branch is not on a
379379
// fork and never complete.
380380
continue;

0 commit comments

Comments
 (0)