Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated PR Difficulty Rating action to v2 #118

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Updated PR Difficulty Rating action to v2 #118

merged 1 commit into from
Apr 17, 2024

Conversation

MHHukiewitz
Copy link
Member

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

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Apr 16, 2024
Copy link

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.

@MHHukiewitz MHHukiewitz requested a review from hoh April 16, 2024 14:15
@hoh hoh merged commit 390627c into main Apr 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLUE This PR is simple and straightforward.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants