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
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 I'm changing.")
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 I'm changing.")
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