Skip to content

Commit

Permalink
chore: 0.3.0 code-review-quality
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 7, 2024
1 parent 8575aee commit c1c4e6b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/code-review-quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)
#
# Copyright (c) 2024 Aliaksei Bialiauski
# Copyright (c) 2016-2024 Objectionary.com
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,8 +19,9 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
---
name: code-review
'on':
on:
pull_request_review:
types: [ submitted ]
permissions:
Expand All @@ -32,7 +33,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker://tracehub/code-review-action:0.2.1
- uses: docker://tracehub/code-review-action:0.3.0
with:
deepinfra_token: ${{ secrets.DEEPINFRA_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
deepinfra_token: ${{ secrets.DEEPINFRA_TOKEN }}
deepinfra_model: Phind/Phind-CodeLlama-34B-v2

0 comments on commit c1c4e6b

Please sign in to comment.