diff --git a/.github/workflows/conflict.yml b/.github/workflows/conflict.yml index 50036dbdcff..891f3865712 100644 --- a/.github/workflows/conflict.yml +++ b/.github/workflows/conflict.yml @@ -15,8 +15,8 @@ jobs: echo "This is a requirement to maintain a high level of independence in this project. Please update if you are able to verify that you meet that requirement." echo "Thank you!" exit 1 - if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection') + if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection I'm changing.') name: Fail - run: exit 0 - if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection') + if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection I'm changing.') name: Succeed