From 390627cf69b0f3f3945291ef40eacf3fec7b814b Mon Sep 17 00:00:00 2001 From: mhh Date: Tue, 16 Apr 2024 16:06:10 +0200 Subject: [PATCH] Updated PR Difficulty Rating action to version 2 with improved features. --- .github/workflows/pr-rating.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-rating.yml b/.github/workflows/pr-rating.yml index 8f42647d..1378b687 100644 --- a/.github/workflows/pr-rating.yml +++ b/.github/workflows/pr-rating.yml @@ -13,7 +13,7 @@ jobs: if: github.event.pull_request.draft == false steps: - name: PR Difficulty Rating - uses: rate-my-pr/rate@v1 + uses: rate-my-pr/rate@v2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LLAMA_URL: ${{ secrets.LLAMA_URL }}