This pull request adds an improved Ultralytics Actions workflow to automatically format code and documentation to the new Ultralytics official standards maintained at https://github.com/ultralytics/actions.
Six individual actions are run by default now including a new PR Summary utilizing OpenAI GPT-4. Disable individual actions by setting them to false or removing their line, i.e. delete 'markdown: true' line to disable markdown formatting.
Note that additional spellings have been added to the Ultralytics spelling dictionary and frontmatter is now ignored by markdown formatters per your feedback.
Enhanced GitHub code formatting workflow with AI-powered PR summaries.
π Key Changes
Improved code comments for clarity on what each formatter option does.
Added a summary option to the formatting workflow to generate PR summaries.
Included keys for OpenAI Azure API to support the new summary feature.
π― Purpose & Impact
π§ Helps developers understand the purpose of each formatting action.
βοΈ Enables automatic generation of PR summaries, saving time on manual summarization.
π€ Taps into AI capabilities, potentially improving PR review efficiency and aiding both technical and non-technical users in grasping PR content quickly.
This pull request adds an improved Ultralytics Actions workflow to automatically format code and documentation to the new Ultralytics official standards maintained at https://github.com/ultralytics/actions.
Six individual actions are run by default now including a new PR Summary utilizing OpenAI GPT-4. Disable individual actions by setting them to false or removing their line, i.e. delete 'markdown: true' line to disable markdown formatting.
Note that additional spellings have been added to the Ultralytics spelling dictionary and frontmatter is now ignored by markdown formatters per your feedback.
To customize an action use a
pyproject.toml
file in this repo. For details see https://github.com/ultralytics/actions.π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Enhanced GitHub code formatting workflow with AI-powered PR summaries.
π Key Changes
summary
option to the formatting workflow to generate PR summaries.π― Purpose & Impact