-
Notifications
You must be signed in to change notification settings - Fork 22
allow external contributors to run our e2e tests #128
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
Conversation
PR Reviewer Guide 🔍(Review updated until commit aecf39c)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to aecf39c
Previous suggestionsSuggestions up to commit 50de507
|
|
@Saga4 I see a few GHA jobs saying "waiting for status to be reported" |
The 'waiting for status to be reported' message is expected behavior for this PR. |
|
Persistent review updated to latest commit aecf39c |
User description
PR Type
Enhancement
Description
Changed event triggers in workflow files.
Added PR validation steps for security.
Prevented unintended workflow modifications.
Strengthened integrity checks in CI pipelines.
Changes walkthrough 📝
8 files
Update trigger and add validation step.Change event trigger; insert security check.Update trigger; add file modification validation.Modify trigger; implement validation step.Change event trigger; add security guard.Update trigger; add file change validation.Modify trigger; include validation logic.Update trigger; add workflow modification check.PR Type
Enhancement
Description
Changed event triggers to pull_request_target
Added external-trusted-contributors environment
Inserted Validate PR steps for workflow integrity
Enforced author authorization on workflow modifications
Changes walkthrough 📝
8 files
Update trigger and add PR validation stepModify trigger and insert security validation stepChange trigger and add workflow security checkSwitch trigger and integrate automated security checksUpdate trigger and embed PR validation for securityEnhance init optimization workflow with security checkChange trigger and add PR security validation stepAdd security check against unauthorized topological sort changes