Skip to content

Commit

Permalink
use the new version of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Minko committed May 10, 2024
1 parent cd533e4 commit 1f989f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/review-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ jobs:
review:
name: Post review comments
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: pull-request-auto-reviewer
uses: pshergie/pull-request-auto-reviewer@1.2
uses: pshergie/pull-request-auto-reviewer@1.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
datapath: docs/review-comments-data.yml

0 comments on commit 1f989f5

Please sign in to comment.