Skip to content

Commit

Permalink
chore: reset workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NingLu committed Jan 14, 2025
1 parent 7e59fd7 commit f0a1ee9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/intelli-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,17 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-east-1

- name: Code review using AWS Bedrock
uses: aws-sample/aws-genai-cicd-suite@stable
- name: Intelligent GitHub Actions
uses: yike5460/intelli-ops@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
generate-code-review-exclude-files: '*.md,*.json'
generate-code-review-level: 'detailed'
generate-code-review: 'true'
exclude-files: '*.md,*.json,*.yml,*.yaml'
review-level: 'concise'
code-review: 'true'
generate-pr-description: 'true'
generate-unit-test: 'false'
generate-unit-test-source-folder: 'src'
output-language: 'en'
generate-unit-test-suite: 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f0a1ee9

Please sign in to comment.