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

Bump ultralytics/actions from 0.0.22 to 0.0.34 in /.github/workflows #32

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps ultralytics/actions from 0.0.22 to 0.0.34.

Release notes

Sourced from ultralytics/actions's releases.

v0.0.34 - Convert to classes (#336)

🌟 Summary

The v0.0.34 release brings a major refactor to GitHub Actions utilities by transitioning API logic to a new Action class, streamlining event handling, and simplifying code maintainability while enforcing standardized linting and formatting configurations.


📊 Key Changes

  • 🏗️ Transition to Action Class

    • Replaced usage of hardcoded GitHub environment variables with an Action class for handling API calls and event data.
    • Centralized logic for GitHub interactions, such as fetching PR diffs, updating metadata, and executing GraphQL queries.
  • 🔄 Enhanced Modularization

    • Refactored repository, labeling, and discussion APIs into encapsulated, reusable methods within the Action class.
    • Unified headers and API interaction logic for a more streamlined approach to event processing.
  • ✨ Improved Formatting and Linting

    • Added Ruff for Python linting with a 120-character line limit.
    • Integrated docformatter to ensure consistent docstring wrapping and formatting across the codebase.
  • 🧹 Code Cleanup

    • Removed unused variables and simplified GraphQL queries, reducing clutter while improving clarity.
    • Reorganized exports (__all__) to include only relevant functions.

🎯 Purpose & Impact

Purpose:

  1. Simplify Development: By encapsulating logic in the Action class, developers now have a cleaner, modular codebase that’s easier to maintain.
  2. Enhance Standards: Enforced consistent formatting and linting ensures code is readable, professional, and easy to collaborate on.

Impact:

  • Streamline Operations: Key GitHub workflows such as auto-labeling and issue triaging are now more efficient.
  • Reduced Technical Debt: Refactoring helps future-proof the repository by removing redundancies and improving extensibility.
  • Better Collaboration: Formatting and modularization simplify contributions by creating a shared standard for all contributors.

This release empowers developers to interact with GitHub Actions more intuitively while benefiting from improved code quality and maintenance practices. 🚀

What's Changed

Full Changelog: ultralytics/actions@v0.0.33...v0.0.34

v0.0.32 - Credit PR committers (#328)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ultralytics/actions](https://github.com/ultralytics/actions) from 0.0.22 to 0.0.34.
- [Release notes](https://github.com/ultralytics/actions/releases)
- [Commits](ultralytics/actions@eb1201b...4e5591b)

---
updated-dependencies:
- dependency-name: ultralytics/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

Dependabot tried to add @glenn-jocher as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/step-security/ultralytics-clone/pulls/32/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the step-security/ultralytics-clone repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

The following labels could not be found: dependencies.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Superseded by #33.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/dot-github/workflows/ultralytics/actions-0.0.34 branch January 6, 2025 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants