-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update format.yml #69
Conversation
Signed-off-by: Glenn Jocher <[email protected]>
π Hello @glenn-jocher, thank you for submitting an
For more guidance, please refer to our Contributing Guide. Donβt hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! π Please note, this is an automated response, and an Ultralytics engineer will assist you shortly. π |
π Hello @glenn-jocher, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Donβt hesitate to leave a comment if you have any questions. π‘ This is an automated response to help kickstart the review process. An Ultralytics engineer will review your PR and provide further feedback soon. Thank you for contributing to Ultralytics! π |
Signed-off-by: Glenn Jocher <[email protected]>
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Updated GitHub Actions workflow to ensure improved functionality for pull request events on the main branch.
π Key Changes
.github/workflows/format.yml
file:pull_request_target
topull_request
.opened
,closed
,synchronize
, andreview_requested
.π― Purpose & Impact
pull_request_target
withpull_request
enhances security by limiting the scope of actions triggered by external PRs.