Chore(deps): Bump web3 from 6.3 to 7.4.0 #114
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Difficulty Rating Action | |
permissions: | |
pull-requests: write | |
on: | |
pull_request: | |
types: [opened, reopened, ready_for_review] | |
jobs: | |
difficulty-rating: | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.draft == false | |
steps: | |
- name: PR Difficulty Rating | |
uses: rate-my-pr/rate@v2 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
LLAMA_URL: ${{ secrets.LLAMA_URL }} |