Skip to content

Commit

Permalink
Added pr-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Jun 7, 2024
1 parent a3be9bc commit cc5a4c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pierre-Review

on:
pull_request:
types: [opened, synchronize]

jobs:
autocomment:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Pierre-Review
uses: aummo/pierre-review@main

0 comments on commit cc5a4c8

Please sign in to comment.