aleph-im / aleph-sdk-python

Python SDK library for the Aleph.im network
MIT License
2 stars 4 forks source link

Updated PR Difficulty Rating action to v2 #118

Closed MHHukiewitz closed 3 months ago

MHHukiewitz commented 3 months ago

Fixes the endless flood of "BLACK" ratings as it resets the context on every run

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.67%. Comparing base (ea4acdc) to head (df09828).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ======================================= Coverage 83.67% 83.67% ======================================= Files 27 27 Lines 1084 1084 Branches 181 181 ======================================= Hits 907 907 Misses 175 175 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

Explanation: The PR only includes a small change to the .github/workflows/pr-rating.yml file. This file is used to configure the continuous integration and deployment process, and this change is unlikely to affect the overall functionality of the system. The PR does not involve any new features, refactoring, or changes to the architecture of the project.

diff --git a/.github/workflows/pr-rating.yml b/.github/workflows/pr-rating.yml
index 8f42647..1378b68 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 }}

This PR is a good fit for a 'BLUE' reviewer, as it is likely to be straightforward and likely to be merged without causing issues.

Please note that this categorization is based on the default settings and may need to be adjusted based on specific project requirements.