-
Notifications
You must be signed in to change notification settings - Fork 155
[gha] allow external contributors build/lint #991
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
Open
rustielin
wants to merge
1
commit into
main
Choose a base branch
from
06-18-_gha_allow_external_contributors_build_lint
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
da3188a
to
24f4686
Compare
0ff38ff
to
ac4c657
Compare
24f4686
to
9a846bc
Compare
ac4c657
to
9b8cb25
Compare
9a846bc
to
d274994
Compare
9b8cb25
to
4b91cbc
Compare
d274994
to
fc5ee95
Compare
4b91cbc
to
8961daf
Compare
gregnazario
approved these changes
Jun 18, 2025
8961daf
to
c451f29
Compare
fc5ee95
to
067b1ec
Compare
c451f29
to
7675e73
Compare
sionescu
approved these changes
Jun 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR introduces
pull_request_target
for the main CI build/lint job. It requires permissions since there are some internal packages that are used in part of the build. Thepermission-check
job ensures the permissions are locked down, and Semgrep enforces that job's existence.This PR is tested by #992 , which should be safe to land alongside it as long as Semgrep passes on it