-
-
Notifications
You must be signed in to change notification settings - Fork 864
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
NoMongo: Restore the GraphQL Introspection GitHub Action Test #3485 #3492
NoMongo: Restore the GraphQL Introspection GitHub Action Test #3485 #3492
Conversation
WalkthroughThis pull request focuses on updating the GitHub Actions workflow configuration in Changes
Assessment against linked issues
Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Our Pull Request Approval ProcessThanks for contributing! Testing Your CodeRemember, your PRs won't be reviewed until these criteria are met:
Our policies make our code better. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
🧹 Nitpick comments (1)
.github/workflows/pull-request.yml (1)
148-148
: Fix YAML formatting issues.Address the following formatting issues flagged by YAMLlint:
- Remove trailing spaces on lines 148, 214, and 269
- Add a newline at the end of the file
Also applies to: 214-214, 269-269, 498-498
🧰 Tools
🪛 YAMLlint (1.35.1)
[error] 148-148: trailing spaces
(trailing-spaces)
🪛 GitHub Actions: PR Workflow
[error] Unauthorized modification or deletion of sensitive file
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
📒 Files selected for processing (2)
.github/workflows/pull-request.yml
(5 hunks)package.json
(1 hunks)
🧰 Additional context used
🪛 GitHub Actions: PR Workflow
package.json
[error] Unauthorized modification or deletion of sensitive file
.github/workflows/pull-request.yml
[error] Unauthorized modification or deletion of sensitive file
🪛 YAMLlint (1.35.1)
.github/workflows/pull-request.yml
[error] 148-148: trailing spaces
(trailing-spaces)
[error] 214-214: trailing spaces
(trailing-spaces)
[error] 269-269: trailing spaces
(trailing-spaces)
[error] 498-498: no new line character at the end of file
(new-line-at-end-of-file)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Analyse Code With CodeQL (javascript)
🔇 Additional comments (1)
.github/workflows/pull-request.yml (1)
292-301
: LGTM: GraphQL schema validation implementation.Good addition of GraphQL schema validation steps:
- Installing the inspector CLI
- Validating schema.graphql existence
- Running validation against GraphQL files
🧰 Tools
🪛 GitHub Actions: PR Workflow
[error] Unauthorized modification or deletion of sensitive file
@palisadoes can you add 'ignore-sensitive-files-pr' label over this pr |
@Priyanshuthapliyal2005 Please fix the issue you are reference, it currently references a closed PR. Please do not assign reviewers and please fix all failed checks. |
I will review all the changes. I formatted the YML file, which caused changes throughout the code. I will take care of it this time. |
Yes, but you also removed and modified previous functionality |
Yeah , I have removed few dependency and functionality, |
That was out of scope of the issue. It jeopardized the repo. If you see functionality that needs fixing, then open an issue specific for that. Validating multiple features on one PR is not optimal especially when there is no explanation of context. Focus on the needs of the issue |
What kind of change does this PR introduce?
NoMongo: Restore the GraphQL Introspection GitHub Action Test
Issue Number:
Fixes #3485
Snapshots/Videos:
If relevant, did you update the documentation?
Summary
Does this PR introduce a breaking change?
Checklist
CodeRabbit AI Review
Test Coverage
Other information
Have you read the contributing guide?
Summary by CodeRabbit
Workflow Updates
Dependencies