Activate Porcupine Revenger (#2708)

This commit is contained in:
Job van der Wal
2021-10-30 22:59:29 +02:00
committed by GitHub
parent a629bd6b31
commit 19e572b651

12
.github/workflows/pr-commenter.yml vendored Normal file
View File

@@ -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"