-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: print Running XYZ linter...
for py and yml
#54386
Merged
Merged
Conversation
This file contains 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
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
needs-ci
PRs that need a full CI run.
labels
Aug 14, 2024
RedYetiDev
added
the
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
label
Aug 14, 2024
lpinca
approved these changes
Aug 19, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54386 +/- ##
==========================================
+ Coverage 87.09% 87.32% +0.23%
==========================================
Files 648 648
Lines 182250 182359 +109
Branches 34967 34982 +15
==========================================
+ Hits 158732 159247 +515
+ Misses 16797 16383 -414
- Partials 6721 6729 +8 |
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Aug 19, 2024
No objections in a week, but the CI isn't passing (though I don't think its related) |
CI is 🟢 |
The last CI was from several weeks ago, so I've started a new one. |
github-actions
bot
added
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
and removed
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Sep 10, 2024
Failed to start CI⚠ Something was pushed to the Pull Request branch since the last approving review. ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/10799312241 |
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Sep 10, 2024
RedYetiDev
removed
the
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
label
Sep 11, 2024
Aside from the flaky failures, CI LGTM |
Is this land-able? |
lpinca
approved these changes
Sep 18, 2024
lpinca
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Sep 18, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Sep 18, 2024
Landed in 96e0570 |
targos
pushed a commit
that referenced
this pull request
Oct 4, 2024
PR-URL: #54386 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Merged
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
PR-URL: nodejs#54386 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
Issues and PRs related to build files or the CI.
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
needs-ci
PRs that need a full CI run.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Makes the
lint-py
andlint-yaml
linters printRunning [Python/YAML] linter...
just like the others.lint-py
previously printed the ruff version, which isn't needed, as it's not printed in any other linter.