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/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
### Please confirm this pull request meets the following requirements:
3
3
4
4
-[ ] I followed the contributing guidelines: <https://github.com/github/explore/blob/main/CONTRIBUTING.md>.
5
-
-[ ]I am not the sole author or employee of a company who created either the topic I am modifying/adding or the collection entry I am modifying/adding.
Copy file name to clipboardExpand all lines: .github/workflows/conflict.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ jobs:
14
14
- run: |
15
15
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
16
16
echo "This was not checked:"
17
-
echo "> I am not the sole author or employee of a company who created either the topic I am modifying/adding or the collection entry I am modifying/adding."
18
-
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."
17
+
echo "> This change is not self-promotion.
18
+
echo "This is a requirement to maintain a high level of independence in this project. Please update to confirm there is no conflict of interest."
19
19
echo "Thank you!"
20
20
exit 1
21
-
if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created either the topic I am modifying/adding or the collection entry I am modifying/adding.')
21
+
if: contains(github.event.pull_request.body, '- [ ] This change is not self-promotion.')
22
22
name: Fail
23
23
- run: exit 0
24
-
if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created either the topic I am modifying/adding or the collection entry I am modifying/adding.')
24
+
if: contains(github.event.pull_request.body, '- [x] This change is not self-promotion.')
0 commit comments