From 85953148170a7a019f08863af70e58eb5a29c180 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 18 Jan 2024 23:34:58 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20c2f15f..f8013e9e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Welcome to the [Ultralytics Actions](https://github.com/ultralytics/action) repo ## 📄 Actions Description + + Ultralytics Actions automatically applies formats and updates: - **Python Code:** Using [Ruff](https://github.com/charliermarsh/ruff), a fast Python auto-formatter. From 51231e06538dee41c279e063d5d5cb03ad1235c5 Mon Sep 17 00:00:00 2001 From: UltralyticsAssistant Date: Thu, 18 Jan 2024 22:35:20 +0000 Subject: [PATCH 2/3] Auto-format by https://ultralytics.com/actions --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f8013e9e..20c2f15f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Welcome to the [Ultralytics Actions](https://github.com/ultralytics/action) repo ## 📄 Actions Description - - Ultralytics Actions automatically applies formats and updates: - **Python Code:** Using [Ruff](https://github.com/charliermarsh/ruff), a fast Python auto-formatter. From 2104864a1e702af4101d429151965d1831f8c4d3 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 18 Jan 2024 23:55:18 +0100 Subject: [PATCH 3/3] Update action.yml --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7a63e73f..8c99e3ae 100644 --- a/action.yml +++ b/action.yml @@ -158,7 +158,9 @@ runs: OPENAI_MODEL: ${{ inputs.openai_model }} run: | pip install --no-cache -q openai - python utils/run_pr_summary.py + # python utils/run_pr_summary.py + curl -o run_pr_summary.py "https://raw.githubusercontent.com/ultralytics/actions/main/utils/run_pr_summary.py" + python run_pr_summary.py shell: bash continue-on-error: true