Skip to content

Commit

Permalink
ci(codium): Add codium agent to PRs for MSstats
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywu1999 committed Oct 31, 2024
1 parent 7f41296 commit 8aa02ca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codium-pr-agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
pull_request:
types: [opened]
jobs:
pr_agent_job:
if: ${{ github.event.sender.type != 'Bot' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
name: Run pr agent on every pull request
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.MSSTATS_OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8aa02ca

Please sign in to comment.