You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: .github/workflows/conflict.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ jobs:
15
15
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."
16
16
echo "Thank you!"
17
17
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.')
19
19
name: Fail
20
20
- 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.')
0 commit comments