Activate Porcupine Revenger (#2708)
This commit is contained in:
12
.github/workflows/pr-commenter.yml
vendored
Normal file
12
.github/workflows/pr-commenter.yml
vendored
Normal 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"
|
||||||
Reference in New Issue
Block a user