Skip to content

Commit

Permalink
Merge pull request #327 from PinguApps/326-remove-coderabbit
Browse files Browse the repository at this point in the history
Removed CodeRabbit and added a github action to test
  • Loading branch information
pingu2k4 authored Oct 19, 2024
2 parents 350cfd1 + 39f737a commit f425ec3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Changes
<!-- Leave this as is, and coderabbitai will summarise your changes for you. -->
@coderabbitai summary
<!-- Provide a summary of the changes you have made. -->

## Issue
<!-- Enter the ticket number and link to the issue you are completing, if appropriate -->
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@ jobs:
contents: read
issues: read
checks: write

run_code_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Code Review GPT
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit f425ec3

Please sign in to comment.