From 0d4faad2ae1fba4bf974f83eb76307bdeda28352 Mon Sep 17 00:00:00 2001 From: Michael Frikke Depner Date: Tue, 29 Aug 2023 13:07:54 +0200 Subject: [PATCH] Change PR close comment --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 9dc5d0be..cc00c12e 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -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') }}