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: lib/tasks/updates.thor
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
classUpdatesCLI < Thor
2
2
# The GitHub user that is allowed to upload reports
3
-
# TODO: Update this before creating a PR
4
3
UPLOAD_USER='devdocs-bot'
5
4
6
5
# The repository to create an issue in when uploading the results
7
-
# TODO: Update this before creating a PR
8
-
UPLOAD_REPO='jmerle/devdocs'
6
+
UPLOAD_REPO='freeCodeCamp/devdocs'
9
7
10
8
defself.to_s
11
9
'Updates'
@@ -207,7 +205,7 @@ class UpdatesCLI < Thor
207
205
208
206
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by maintainers when updating outdated documentations.
209
207
210
-
Maintainers can close this issue when all documentations are up-to-date. This issue is automatically closed when the next report is created.#{travis_str}
208
+
Maintainers can close this issue when all documentations are up-to-date. The issue is also automatically closed when the next report is created.#{travis_str}
0 commit comments