Standardize .github configuration - #354
Conversation
|
👋 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. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Reviewed the .github/workflows/format.yml pull_request trigger and related workflow configuration. Restricting it to the main base branch is consistent with the repository’s existing CI branch filters and does not introduce a concrete regression. LGTM.
|
🎉 PR #354 has been merged—thank you, @glenn-jocher!
This focused update aligns the formatting workflow with the organization’s standard configuration by targeting |
format.ymlpull_requesttrigger tobranches: [main], matching the org standard.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Updated the formatting workflow to run on pull request activity targeting
main, aligning it with the organization’s standard configuration.📊 Key Changes
branches: [main]to thepull_requesttrigger in.github/workflows/format.yml.🎯 Purpose & Impact
main.