FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: ignore codecov check suite by avivkeller · Pull Request #838 · nodejs/node-core-utils · GitHub

fix: ignore codecov check suite - #838

Merged
aduh95 merged 3 commits into
nodejs:mainfrom
avivkeller:patch-1
Aug 7, 2024
Merged

fix: ignore codecov check suite#838
aduh95 merged 3 commits into
nodejs:mainfrom
avivkeller:patch-1

Conversation

Copy link
Copy Markdown
Member

Comment thread lib/pr_checker.js Outdated
if (app && app.slug === 'dependabot') {
// Ignore Dependabot check suites. They are expected to show up
if (app && IGNORED_CHECK_SLUGS.includes(app.slug)) {
// Ignore app check suites. They are expected to show up

aduh95 Aug 7, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
// Ignore app check suites. They are expected to show up
// Ignore GitHub Apps check suites. They are expected to show up

That makes me think; should we filter only status for checks from {"slug":"github-actions"} instead of trying to maintain a list of Apps we have installed?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Might be fine as long as we don't require checks from other apps :)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think just ignoring dependabot and codecov is fine for now, but if the project installs more apps, maybe then ignore all apps.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Well in this case, we should have the comment align with what the code is doing

Suggested change
// Ignore app check suites. They are expected to show up
// Ignore Dependabot and Codecov check suites. They are expected to show up

avivkeller and others added 2 commits August 7, 2024 06:54
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL