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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ jobs:
11
11
- run: |
12
12
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
13
13
echo "This was not checked:"
14
-
echo "> I am not the sole author or employee of a company who created the topic or collection I'm changing."
14
+
echo "> I am not the sole author or employee of a company who created the topic or collection I am changing."
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 am 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 am changing.')
0 commit comments