ultralytics-actions 0.0.100__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ultralytics-actions might be problematic. Click here for more details.
- actions/__init__.py +2 -1
- actions/dispatch_actions.py +3 -3
- actions/first_interaction.py +60 -221
- actions/review_pr.py +323 -0
- actions/summarize_pr.py +26 -128
- actions/summarize_release.py +13 -2
- actions/update_markdown_code_blocks.py +3 -0
- actions/utils/__init__.py +11 -1
- actions/utils/github_utils.py +292 -56
- actions/utils/openai_utils.py +141 -13
- {ultralytics_actions-0.0.100.dist-info → ultralytics_actions-0.1.1.dist-info}/METADATA +5 -2
- ultralytics_actions-0.1.1.dist-info/RECORD +19 -0
- {ultralytics_actions-0.0.100.dist-info → ultralytics_actions-0.1.1.dist-info}/entry_points.txt +1 -0
- ultralytics_actions-0.0.100.dist-info/RECORD +0 -18
- {ultralytics_actions-0.0.100.dist-info → ultralytics_actions-0.1.1.dist-info}/WHEEL +0 -0
- {ultralytics_actions-0.0.100.dist-info → ultralytics_actions-0.1.1.dist-info}/licenses/LICENSE +0 -0
- {ultralytics_actions-0.0.100.dist-info → ultralytics_actions-0.1.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ultralytics-actions
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Ultralytics Actions for GitHub automation and PR management.
|
|
5
5
|
Author-email: Glenn Jocher <glenn.jocher@ultralytics.com>
|
|
6
6
|
Maintainer-email: Ultralytics <hello@ultralytics.com>
|
|
@@ -38,7 +38,7 @@ Dynamic: license-file
|
|
|
38
38
|
|
|
39
39
|
<a href="https://www.ultralytics.com/"><img src="https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Original.svg" width="320" alt="Ultralytics logo"></a>
|
|
40
40
|
|
|
41
|
-
# 🚀 Ultralytics Actions:
|
|
41
|
+
# 🚀 Ultralytics Actions: AI-powered formatting, labeling & PR summaries for Python and Markdown
|
|
42
42
|
|
|
43
43
|
Welcome to the [Ultralytics Actions](https://github.com/ultralytics/actions) repository, your go-to solution for maintaining consistent code quality across Ultralytics Python and Swift projects. This GitHub Action is designed to automate the formatting of Python, Markdown, and Swift files, ensuring adherence to our coding standards and enhancing project maintainability.
|
|
44
44
|
|
|
@@ -46,6 +46,7 @@ Welcome to the [Ultralytics Actions](https://github.com/ultralytics/actions) rep
|
|
|
46
46
|
|
|
47
47
|
[](https://github.com/ultralytics/actions/actions/workflows/ci.yml)
|
|
48
48
|
[](https://github.com/ultralytics/actions/actions/workflows/format.yml)
|
|
49
|
+
[](https://github.com/ultralytics/actions/actions/workflows/open-prs.yml)
|
|
49
50
|
[](https://codecov.io/github/ultralytics/actions)
|
|
50
51
|
|
|
51
52
|
[](https://discord.com/invite/ultralytics)
|
|
@@ -63,6 +64,7 @@ Ultralytics Actions automatically applies formats, updates, and enhancements usi
|
|
|
63
64
|
- **Spell Check:** Common misspellings are caught using [codespell](https://github.com/codespell-project/codespell).
|
|
64
65
|
- **Broken Links Check:** Broken links in documentation and Markdown files are identified using [Lychee](https://github.com/lycheeverse/lychee).
|
|
65
66
|
- **PR Summary:** Concise Pull Request summaries are generated using [OpenAI](https://openai.com/) GPT-5, improving clarity and review efficiency.
|
|
67
|
+
- **PR Review:** AI-powered inline code reviews identify critical bugs, security issues, and code quality concerns with suggested fixes.
|
|
66
68
|
- **Auto-labeling:** Relevant labels are applied to issues and pull requests via [OpenAI](https://openai.com/) GPT-5 for intelligent categorization.
|
|
67
69
|
|
|
68
70
|
## 🛠️ How It Works
|
|
@@ -73,6 +75,7 @@ Ultralytics Actions triggers on various GitHub events to streamline workflows:
|
|
|
73
75
|
- **Pull Requests:**
|
|
74
76
|
- Ensures contributions meet formatting standards before merging.
|
|
75
77
|
- Generates a concise summary of changes using GPT-5.
|
|
78
|
+
- Provides AI-powered inline code reviews with suggested fixes for critical issues.
|
|
76
79
|
- Applies relevant labels using GPT-5 for intelligent categorization.
|
|
77
80
|
- **Issues:** Automatically applies relevant labels using GPT-5 when new issues are created.
|
|
78
81
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
actions/__init__.py,sha256=Sxxh83BO8x10c7LkJcNoSTK6sE8e4KtnqLV9qZsp_pA,772
|
|
2
|
+
actions/dispatch_actions.py,sha256=8jaaVkA_LSlpUQ4tuzmQtf2kw3G09uVRD_LmJyXYKNE,4215
|
|
3
|
+
actions/first_interaction.py,sha256=BkiMKppSeZ3VOP9jK0Q7FwqUYivFM4LIjJia9KgqNco,9193
|
|
4
|
+
actions/review_pr.py,sha256=O9EfC8qNbfwq1FgFkVVFse1YTUKYyLIbo9d3Hf9luu4,15434
|
|
5
|
+
actions/summarize_pr.py,sha256=K7o6RQQxUjsWpP4FgH7Nrgp4Qbvnprk8C01PasX_2vE,5724
|
|
6
|
+
actions/summarize_release.py,sha256=bIAqBbjq4eCDBAV3MWb8yq1hSK93MEyazoN29kT1-js,9068
|
|
7
|
+
actions/update_file_headers.py,sha256=E5fKYLdeW16-BHCcuqxohGpGZqgEh-WX4ZmCQJw2R90,6684
|
|
8
|
+
actions/update_markdown_code_blocks.py,sha256=w3DTRltg2Rmr4-qrNawv_S2vJbheKE0tne1iz79FzXg,8692
|
|
9
|
+
actions/utils/__init__.py,sha256=sKNx6o5jcAraEdGFph0o-YC7dMMY-dg_FprIBa6Jydw,1027
|
|
10
|
+
actions/utils/common_utils.py,sha256=8ZmgaXZU3J2sg-HSaldp3hHYq7bI3akcJHdIXPmcNAo,11908
|
|
11
|
+
actions/utils/github_utils.py,sha256=WpvVQIWScIB_mZxWSZ_zGun-oW90bI15eKqVCDLusJs,18264
|
|
12
|
+
actions/utils/openai_utils.py,sha256=91ohkSlldVZt-icYcK7ZLfgQfnMbf4mTWT3nRnQ1QG4,10486
|
|
13
|
+
actions/utils/version_utils.py,sha256=EIbm3iZVNyNl3dh8aNz_9ITeTC93ZxfyUzIRkO3tSXw,3242
|
|
14
|
+
ultralytics_actions-0.1.1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
15
|
+
ultralytics_actions-0.1.1.dist-info/METADATA,sha256=iDfUTlwy7koo7KAtTHwkrvYMSRRqJHzr67RJEBI4nus,12389
|
|
16
|
+
ultralytics_actions-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
ultralytics_actions-0.1.1.dist-info/entry_points.txt,sha256=n_VbDs3Xj33daaeN_2D72UTEuyeH8hVc6-CPH55ymkY,496
|
|
18
|
+
ultralytics_actions-0.1.1.dist-info/top_level.txt,sha256=5apM5x80QlJcGbACn1v3fkmIuL1-XQCKcItJre7w7Tw,8
|
|
19
|
+
ultralytics_actions-0.1.1.dist-info/RECORD,,
|
{ultralytics_actions-0.0.100.dist-info → ultralytics_actions-0.1.1.dist-info}/entry_points.txt
RENAMED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
ultralytics-actions-first-interaction = actions.first_interaction:main
|
|
3
3
|
ultralytics-actions-headers = actions.update_file_headers:main
|
|
4
4
|
ultralytics-actions-info = actions.utils:ultralytics_actions_info
|
|
5
|
+
ultralytics-actions-review-pr = actions.review_pr:main
|
|
5
6
|
ultralytics-actions-summarize-pr = actions.summarize_pr:main
|
|
6
7
|
ultralytics-actions-summarize-release = actions.summarize_release:main
|
|
7
8
|
ultralytics-actions-update-markdown-code-blocks = actions.update_markdown_code_blocks:main
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
actions/__init__.py,sha256=otkRMfVPXiWRVhIZxQ9bR5_TO7slCUCKaYKCfUvYZ-E,743
|
|
2
|
-
actions/dispatch_actions.py,sha256=RPqjsnH_8932oLaPp9wWRCWKTaMp8M9dn6CIAMtNjN0,4230
|
|
3
|
-
actions/first_interaction.py,sha256=bPG_BMp_k-iJbeQ-fI1bTRHxnfo86ZdIhb0wytBGXVo,16511
|
|
4
|
-
actions/summarize_pr.py,sha256=2qDkSlonQGytJXcthsggPE-AKu2xhtcsWwIaBgkSmAk,10499
|
|
5
|
-
actions/summarize_release.py,sha256=1MQ7Cefv4GTRxr10LwX4b6CFyYZNLNrbCzUKlokUoKE,8671
|
|
6
|
-
actions/update_file_headers.py,sha256=E5fKYLdeW16-BHCcuqxohGpGZqgEh-WX4ZmCQJw2R90,6684
|
|
7
|
-
actions/update_markdown_code_blocks.py,sha256=EdIlRd4s903U7Q0J1yI0Z6Wk0ldJbQF43XpJZ4qhyWI,8623
|
|
8
|
-
actions/utils/__init__.py,sha256=7k4cmFX0Td99Uzgsd8Mm-E0xq5kQ5ZJoPM_oGCVD4CU,804
|
|
9
|
-
actions/utils/common_utils.py,sha256=8ZmgaXZU3J2sg-HSaldp3hHYq7bI3akcJHdIXPmcNAo,11908
|
|
10
|
-
actions/utils/github_utils.py,sha256=NJYfZzpagt5LK-Rwt6tqdTq7DZRGhclKLHHd-N2zkfk,8207
|
|
11
|
-
actions/utils/openai_utils.py,sha256=cJxn6EH8EaM8ru_YSD-S3UYNl0n3uv0vc-5vEWsDSZc,4214
|
|
12
|
-
actions/utils/version_utils.py,sha256=EIbm3iZVNyNl3dh8aNz_9ITeTC93ZxfyUzIRkO3tSXw,3242
|
|
13
|
-
ultralytics_actions-0.0.100.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
14
|
-
ultralytics_actions-0.0.100.dist-info/METADATA,sha256=dBv_UiR0a0LRb8C9ZdsY776vuDThJ3dyfiG61-QsZCs,11974
|
|
15
|
-
ultralytics_actions-0.0.100.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
-
ultralytics_actions-0.0.100.dist-info/entry_points.txt,sha256=rvqr6Juj7lCJL1DQLwMmOrA8R2Q8tyR_dvCe0mYuJ8s,441
|
|
17
|
-
ultralytics_actions-0.0.100.dist-info/top_level.txt,sha256=5apM5x80QlJcGbACn1v3fkmIuL1-XQCKcItJre7w7Tw,8
|
|
18
|
-
ultralytics_actions-0.0.100.dist-info/RECORD,,
|
|
File without changes
|
{ultralytics_actions-0.0.100.dist-info → ultralytics_actions-0.1.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|