Skip to content

Commit

Permalink
Added PR Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
dliubarskyi authored Dec 15, 2024
1 parent 7f71def commit d428f0b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
workflow_dispatch:
pull_request_target:
types: [ opened, synchronize, reopened ]
branches:
- main
permissions:
pull-requests: write

jobs:
pr-bot:
runs-on: ubuntu-latest
steps:
- name: PR Bot
uses: langchain4j/pr-bot@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
GOOGLE_AI_GEMINI_API_KEY: ${{ secrets.GOOGLE_AI_GEMINI_API_KEY }}

0 comments on commit d428f0b

Please sign in to comment.