Skip to content

Commit 227fbfe

Browse files
committed
Update issue message and issue repository
1 parent 41e0a13 commit 227fbfe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/tasks/updates.thor

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
class UpdatesCLI < Thor
22
# The GitHub user that is allowed to upload reports
3-
# TODO: Update this before creating a PR
43
UPLOAD_USER = 'devdocs-bot'
54

65
# 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'
97

108
def self.to_s
119
'Updates'
@@ -207,7 +205,7 @@ class UpdatesCLI < Thor
207205
208206
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.
209207
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}
211209
212210
## Results
213211

0 commit comments

Comments
 (0)