Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 16, 2025

  1. Add a new GH Actions job to automatically update translated document …

    …pagse (#598)
    
    This pull request adds a new GitHub Actions job to automate the
    translation of document pages.
    - Before this job can run, **OPENAI_API_KEY must be added to the project
    secrets.**
    - It typically takes 8–10 minutes using the o3 model, so the job is
    configured to run only when there are changes under docs/ or in
    mkdocs.yml.
    - The job commits and pushes the translated changes, but it does not
    deploy the documents to GitHub Pages. If we think it’s better to deploy
    the latest changes automatically as well, I’m happy to update the
    workflow. (Personally, I don’t think it’s necessary, since the changes
    will be deployed with the next deployment job execution)
    seratch authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    ae4ba3c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Adjust #598 to only create a PR rather than pushing changes to main b…

    …ranch (#1162)
    
    This pull request resolves the execution error of #598 CI job. The job
    pushes the changes directly to the main branch. However, our branch
    policies do not allow bypassing required checks, so it always fails.
    This pull request changes its behavior just to create a pull request and
    then ask humans to review (actually you don't need to check translation
    results though) and merge it.
    seratch authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    2f8ea0a View commit details
    Browse the repository at this point in the history
Loading