Change PR close comment

This commit is contained in:
Michael Frikke Depner 2023-08-29 13:07:54 +02:00
parent 63b8d1461c
commit 0d4faad2ae
No known key found for this signature in database
GPG Key ID: 22476799D26CEB62

View File

@ -21,7 +21,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "Please don't submit a PR containing Kata solutions. If you are adding an improvement to the Katas repo, please resubmit this PR and check the `[X]` box in the PR template."
body: "Please don't submit a Pull Request containing a Kata solution to the original repo from Emily Bache. If you are instead trying to add an improvement, please resubmit this PR and check the `[X]` box in the PR template."
})
- name: Close PR if checkmark is missing
if: ${{ !contains(github.event.pull_request.body, '[X] I acknowledge') }}