-
Notifications
You must be signed in to change notification settings - Fork 158
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
Enforce PR Standards #5941
Enforce PR Standards #5941
Conversation
PR Reviewer Guide 🔍(Review updated until commit 8e6dd58)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 8e6dd58 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 542373e
Suggestions up to commit a5e9a0a
Suggestions up to commit a5e9a0a
Suggestions up to commit 245feb3
|
✅ PS. Pls add /docs/nightly to the end of url
To edit notification comments on pull requests, go to your Netlify site configuration. |
Persistent review updated to latest commit 79bfc83 |
Persistent review updated to latest commit 245feb3 |
PR Checklist Failed@sharadregoti This PR does not pass all the checklist mentioned in description, because of which we are closing the PR. Re-open it when all checklist items are passed Failed Items1: Make sure you have started your change off our latest |
PR Checklist Failed@sharadregoti This PR does not pass some of the required checklist items mentioned in description, because of which we are closing the PR. Re-open it when all checklist items are passed Failed Items1: Make sure you have started your change off our latest |
PR Checklist Failed@sharadregoti This PR does not pass some of the required checklist items mentioned in description, because of which we are closing the PR. Re-open it when all checklist items are passed Failed Items1: For internal users - Please add a Jira DX PR ticket to the subject!
|
PR Checklist Failed@sharadregoti This PR does not pass some of the required checklist items mentioned in description, because of which we are closing the PR. Re-open it when all checklist items are passed Failed Items1: For internal users - Please add a Jira DX PR ticket to the subject!
|
Persistent review updated to latest commit 245feb3 |
Persistent review updated to latest commit a5e9a0a |
PR Checklist Failed@sharadregoti This PR does not pass some of the required checklist items mentioned in description, because of which we are closing the PR. Re-open it when all checklist items are passed Failed Items1: For internal users - Please add a Jira DX PR ticket to the subject!
|
Persistent review updated to latest commit 542373e |
PR Checklist Failed@sharadregoti This PR does not meet all the required checklist items mentioned in the description. As a result, we are closing the PR. Please re-open it once all checklist items are completed (ensure they are checked in the description). Failed Items1: For internal users - Please add a Jira DX PR ticket to the subject!
|
Persistent review updated to latest commit 8e6dd58 |
User description
For internal users - Please add a Jira DX PR ticket to the subject!
Preview Link
Description
Screenshots (if appropriate)
Checklist
master
.PR Type
Enhancement, Tests, Configuration changes
Description
Introduced a GitHub Action to enforce PR standards.
Added a script to validate PR checklist compliance.
Updated PR template with new checklist items and labeling guidelines.
Integrated dependencies for GitHub API and markdown parsing.
Changes walkthrough 📝
github.js
GitHub API integration for PR validation
scripts/pr-review-bot/github.js
index.js
Automated PR checklist validation and closure
scripts/pr-review-bot/index.js
pull_request_template.md
Updated PR template with new checklist items
.github/pull_request_template.md
enforce-pr-standards.yaml
GitHub Action for enforcing PR standards
.github/workflows/enforce-pr-standards.yaml
package.json
Project setup for PR review bot
scripts/pr-review-bot/package.json
@octokit/rest
andmarked
libraries.package-lock.json
Dependency lock file for PR review bot
scripts/pr-review-bot/package-lock.json