Skip to content

Commit

Permalink
Ultralytics Actions JSON, CSS and autolabel support (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
UltralyticsAssistant and glenn-jocher authored Aug 14, 2024
1 parent 4ba1e83 commit 4c8b4e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics YOLO 🚀, AGPL-3.0 License https://ultralytics.com/license
# Ultralytics 🚀 - AGPL-3.0 License https://ultralytics.com/license
# Ultralytics Actions https://github.com/ultralytics/actions
# This workflow automatically formats code and documentation in PRs to official Ultralytics standards

Expand All @@ -7,7 +7,7 @@ name: Ultralytics Actions
on:
issues:
types: [opened]
pull_request_target:
pull_request:
branches: [main]
types: [opened, closed, synchronize, review_requested]

Expand All @@ -27,4 +27,3 @@ jobs:
summary: true # print PR summary with GPT4o (requires 'openai_api_key')
openai_azure_api_key: ${{ secrets.OPENAI_AZURE_API_KEY }}
openai_azure_endpoint: ${{ secrets.OPENAI_AZURE_ENDPOINT }}
# openai_api_key: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 4c8b4e6

Please sign in to comment.