Skip to content

Commit

Permalink
Update ai-review.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranSukhavasi authored Jul 8, 2024
1 parent 9105321 commit 364a2a7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ai-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ jobs:
service_token: bearer ${{ steps.auth.outputs.result }}
# TODO: Update 'file_types' with the code file extensions to parse. *Note it is a newline delimited list.
file_types: |
.md
.cpp
.js
.txt
# TODO: Update 'languages' to include the languages in the repository. *Note it is a newline delimited list.
# Supports the following values: 'cpp', 'go', 'java', 'js', 'php', 'proto', 'python', 'rst', 'ruby', 'rust', 'scala', 'swift', 'markdown', 'latex', 'html'
languages: |
markdown
# TODO: Update 'path' to represent the top level path where code files are found.
path: ./src
path: ./docs
cache_path: ./cache

- name: Create Code Embeddings
Expand All @@ -83,13 +85,15 @@ jobs:
service_token: bearer ${{ steps.auth.outputs.result }}
# TODO: Update 'file_types' with the code file extensions to parse. *Note it is a newline delimited list.
file_types: |
.ts
.cpp
.js
.txt
# TODO: Update 'languages' to include the languages in the repository. *Note it is a newline delimited list.
# Supports the following values: 'cpp', 'go', 'java', 'js', 'php', 'proto', 'python', 'rst', 'ruby', 'rust', 'scala', 'swift', 'markdown', 'latex', 'html'
languages: |
js
cpp
# TODO: Update 'path' to represent the top level path where code files are found.
path: ./src
path: ./docs
cache_path: ./cache

# Perform Review
Expand Down

0 comments on commit 364a2a7

Please sign in to comment.