diff --git a/.github/workflows/pr-commenter.yml b/.github/workflows/pr-commenter.yml new file mode 100644 index 00000000..8b895111 --- /dev/null +++ b/.github/workflows/pr-commenter.yml @@ -0,0 +1,12 @@ +name: "PR Commenter" +on: + - pull_request_target + +jobs: + pr-comment: + runs-on: ubuntu-latest + steps: + - uses: exercism/pr-commenter-action@v1.3.0 + with: + github-token: "${{ github.token }}" + config-file: ".github/pr-commenter.yml" \ No newline at end of file