diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml new file mode 100644 index 00000000..0ac03962 --- /dev/null +++ b/.github/workflows/pr-review.yml @@ -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 \ No newline at end of file