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

Add AI provider and commit message with AI, update dependencies #55

Merged
merged 4 commits into from
May 30, 2024

Commits on May 30, 2024

  1. commit: Add AI-powered commit message generation

    Go commit message:
    
    ```
    Add AI-powered commit message generation
    
    This commit adds AI-powered commit message generation using the OneAPI server. The commit message is generated using the OneAPI token and the AI_PROVIDER environment variable.
    
    Features:
    
    - AI-powered commit message generation
    - Supports OneAPI server
    
    Bugs fixed:
    
    - None
    
    Refs:
    
    - OneAPI: https://github.com/songquanpeng/one-api
    ```
    LinuxSuRen committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6f43412 View commit details
    Browse the repository at this point in the history
  2. Git commit message:

    Update Go version to 1.22 in various files
    
    *  `.github/workflows/pull-request.yaml`: Update the Go version used in the \"Build\" job to 1.22.
    *  `.github/workflows/release.yaml`: Update the Go version used in the \"Set up Go\" job to 1.22.
    *  `cmd/argoworkflow/go.mod`: Update the Go version to 1.22.
    *  `go.mod`: Update the Go version to 1.22.
    *  `.github/workflows/pull-request.yaml`: Update the Go version used in the \"Build Argo Workflow Executor\" job to 1.22.
    *  `.github/workflows/release.yaml`: Update the Go version used in the \"Set up Go\" job to 1.22.
    LinuxSuRen committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7bd5e23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e2d7dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f01cf65 View commit details
    Browse the repository at this point in the history