Skip to content

Add CodeFlash GitHub Actions workflow#1182

Merged
misrasaurabh1 merged 1 commit into
multi-languagefrom
codeflash/setup-github-actions-1769563778460
Jan 28, 2026
Merged

Add CodeFlash GitHub Actions workflow#1182
misrasaurabh1 merged 1 commit into
multi-languagefrom
codeflash/setup-github-actions-1769563778460

Conversation

@codeflash-ai
Copy link
Copy Markdown
Contributor

@codeflash-ai codeflash-ai Bot commented Jan 28, 2026

This PR adds the CodeFlash GitHub Actions workflow to automatically find optimizations for new code in future pull requests.

The workflow will:

  • Run on every pull request when Python code is modified
  • Automatically attempt to optimize Python code
  • Create optimization suggestions when improvements are found

Setup Required:

To use this workflow, you'll need to add the CODEFLASH_API_KEY secret to your repository:

  1. Get your API key from codeflash.ai
  2. Go to your repository settings: Settings → Secrets and variables → Actions
  3. Click New repository secret
  4. Name: CODEFLASH_API_KEY
  5. Value: Your CodeFlash API key
  6. Click Add secret

The workflow will use this key to authenticate with CodeFlash's optimization service.

@github-actions github-actions Bot added the workflow-modified This PR modifies GitHub Actions workflows label Jan 28, 2026
@misrasaurabh1 misrasaurabh1 merged commit 3ed6c1d into multi-language Jan 28, 2026
13 of 23 checks passed
@misrasaurabh1 misrasaurabh1 deleted the codeflash/setup-github-actions-1769563778460 branch January 28, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

workflow-modified This PR modifies GitHub Actions workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant