Skip to content
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 action.yaml #280

Merged
merged 1 commit into from
Nov 10, 2024
Merged

Update action.yaml #280

merged 1 commit into from
Nov 10, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Nov 10, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

This PR enhances the retry mechanism for GitHub Actions, introducing improved error reporting and environment management.

πŸ“Š Key Changes

  • Implemented new functions to write error messages directly into the GitHub Actions summary.
  • Introduced a temporary file for environment variables, making environment management more robust.
  • Revised retry logic with structured output groupings and clearer error messages.

🎯 Purpose & Impact

  • πŸ› οΈ Improved Error Handling: Enhances clarity by providing detailed error summaries, helping users quickly identify and address issues.
  • πŸ• Efficient Retries: Offers a more streamlined retry process to save time and resources during action runs.
  • 🌐 Environment Management: Makes handling dynamically set environment variables simpler and less error-prone for developers.

@UltralyticsAssistant UltralyticsAssistant added devops GitHub Devops or MLops enhancement New feature or request labels Nov 10, 2024
@UltralyticsAssistant
Copy link
Member

πŸ‘‹ Hello @glenn-jocher, thank you for submitting an ultralytics/actions πŸš€ PR! This is an automated response to help guide you through our process. An Ultralytics engineer will review your PR soon. In the meantime, please make sure the following checklist is complete to facilitate a smooth review process:

  • βœ… Define a Purpose: Clearly explain the purpose of your fix or feature in the PR description, and link to any relevant issues. Ensure your commit messages are clear and descriptive.
  • βœ… Synchronize with Source: Confirm your branch is up-to-date with the main branch of the ultralytics/actions repository. You can do this by clicking the 'Update branch' button or by running git pull and git merge main locally if necessary.
  • βœ… Ensure CI Checks Pass: Check that all Ultralytics Continuous Integration (CI) checks are passing. Address any failures promptly.
  • βœ… Update Documentation: If your changes introduce new features or modify existing ones, update the relevant documentation to reflect this.
  • βœ… Add Tests: Include tests for any new features or bug fixes. Ensure all existing and new tests pass.
  • βœ… Sign the CLA: Confirm you have signed the Contributor License Agreement if this is your first contribution by stating "I have read the CLA Document and I sign the CLA" in a new comment.
  • βœ… Minimize Changes: Keep your changes as minimal as possible, focusing only on what is necessary for your feature or fix.

For additional guidance, please refer to our Contributing Guide. If you have questions, feel free to ask in the comments. Thank you for your contribution to Ultralytics! πŸš€

@glenn-jocher glenn-jocher merged commit 29f79af into main Nov 10, 2024
3 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch November 10, 2024 14:48
glenn-jocher added a commit that referenced this pull request Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops GitHub Devops or MLops enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants