Skip to content

Commit 5c58f20

Browse files
authored
Update conflict.yml
1 parent 88fc1a4 commit 5c58f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conflict.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- run: |
1212
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
1313
echo "This was not checked:"
14-
echo "> I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee)"
14+
echo "> I am not the sole author or employee of a company who created the topic or collection I'm changing."
1515
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."
1616
echo "Thank you!"
1717
exit 1
18-
if: contains(github.event.pull_request.body, '- [ ] I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee).')
18+
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.')
1919
name: Fail
2020
- run: exit 0
21-
if: contains(github.event.pull_request.body, '- [x] I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee).')
21+
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.')
2222
name: Succeed

0 commit comments

Comments
 (0)