Skip to content

Commit

Permalink
Update intelli-ops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yike5460 authored Nov 27, 2024
1 parent 6a5cc34 commit 9bd9c29
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/intelli-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,19 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-east-1

- name: Intelligent GitHub Actions
uses: yike5460/intelli-ops@stable
- name: Code review using AWS Bedrock
uses: aws-sample/aws-genai-cicd-suite@stable
with:
# Automatic Provision: The GITHUB_TOKEN is automatically created and provided by GitHub for each workflow run. You don't need to manually create or store this token as a secret.
github-token: ${{ secrets.GITHUB_TOKEN }}
aws-region: us-east-1
model-id: anthropic.claude-3-sonnet-20240229-v1:0
exclude-files: '*.md,*.json,*.yml,*.yaml'
review-level: 'concise'
code-review: 'true'
generate-code-review-exclude-files: '*.md,*.json'
generate-code-review-level: 'detailed'
generate-code-review: 'true'
generate-pr-description: 'true'
generate-unit-test-suite: 'true'
generate-unit-test: 'false'
generate-unit-test-source-folder: 'src'
output-language: 'en'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9bd9c29

Please sign in to comment.