Skip to content

Commit

Permalink
add default regexp for filtering extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jan 26, 2025
1 parent 4420f0e commit d08981b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/git-bob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Run git-bob
env:
GIT_BOB_AGENT_NAME: "git-bob"
GIT_BOB_EXTENSIONS_FILTER_REGEXP: ".*"
GIT_BOB_LLM_NAME: "${{ secrets.GIT_BOB_LLM_NAME }}"
ANTHROPIC_API_KEY: "${{ secrets.ANTHROPIC_API_KEY }}"
GOOGLE_API_KEY: "${{ secrets.GOOGLE_API_KEY }}"
Expand Down

0 comments on commit d08981b

Please sign in to comment.