mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
Change PR close comment
This commit is contained in:
parent
63b8d1461c
commit
0d4faad2ae
2
.github/workflows/pr-validation.yml
vendored
2
.github/workflows/pr-validation.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
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
|
- name: Close PR if checkmark is missing
|
||||||
if: ${{ !contains(github.event.pull_request.body, '[X] I acknowledge') }}
|
if: ${{ !contains(github.event.pull_request.body, '[X] I acknowledge') }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user