Skip to content

Commit e121b13

Browse files
ahpookEric Sorenson
andauthored
Update conflict test to match current PR template (#4070)
I updated the PR template but did not change the test here, so it would not fail unchecked boxes - but also was spuriously failing checked ones, sometimes? Relates to #3773, #4031 Co-authored-by: Eric Sorenson <[email protected]>
1 parent 0048637 commit e121b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conflict.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
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 am not the sole author or employee of a company who created the topic or collection')
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 am not the sole author or employee of a company who created the topic or collection')
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)