Skip to content

Commit

Permalink
Add PR Difficulty Rating workflow to the .github/workflows/pr-rating.…
Browse files Browse the repository at this point in the history
…yml file.
  • Loading branch information
MHHukiewitz committed Nov 10, 2023
1 parent 28a6558 commit 17c57ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr-rating.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test PR Difficulty Rating Action

on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
difficulty-rating:
runs-on: ubuntu-latest
steps:
- name: PR Difficulty Rating
uses: rate-my-pr/gh-action@main
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
LLAMA_URL: ${{ secrets.LLAMA_URL }}

0 comments on commit 17c57ae

Please sign in to comment.