-
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 8e6dd58
Suggestions up to commit 542373e
Suggestions up to commit a5e9a0a
Suggestions up to commit a5e9a0a
|
✅ 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 |
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 |
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!
|
1 similar comment
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!
|
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, Configuration changes
Description
Introduced a GitHub bot to enforce PR standards.
Added a workflow to automate PR checklist validation.
Enhanced PR template with detailed labeling instructions.
Integrated dependencies for GitHub API and markdown parsing.
Changes walkthrough 📝
github.js
Implement GitHub API operations for PR validation
scripts/pr-review-bot/github.js
index.js
Automate PR checklist validation and handling
scripts/pr-review-bot/index.js
marked
library.pull_request_template.md
Enhance PR template with labeling guidelines
.github/pull_request_template.md
enforce-pr-standards.yaml
Add GitHub Actions workflow for PR standards enforcement
.github/workflows/enforce-pr-standards.yaml
validation.
package.json
Configure package.json for PR bot dependencies
scripts/pr-review-bot/package.json
@octokit/rest
andmarked
libraries.package-lock.json
Add dependency lock file for PR bot
scripts/pr-review-bot/package-lock.json