Skip to content

Commit

Permalink
CI: lint code to MediaWiki standards
Browse files Browse the repository at this point in the history
Check commit and GitHub actions for more details
  • Loading branch information
github-actions committed Jan 22, 2025
1 parent 0e0703f commit 860d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Jobs/RequestWikiRemoteAIJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private function queryOpenAI(
: "";

$sanitizedReason = "Wiki name: '{$sitename}'. Subdomain: '{$subdomain}'. Requester: '{$username}'. " .
"Number of previous requests: '{$userRequestsNum}'. Language: '{$language}'. " .
"Number of previous requests: '{$userRequestsNum}'. Language: '{$language}'. " .
"Focuses on real people/groups? '{$isBio}'. Private wiki? '{$isPrivate}'. Category: '{$category}'. " .
"Contains content that is not safe for work? '{$isNsfw}'. " . $nsfwReasonText . $forkText .
"Wiki request description: " .
Expand Down

0 comments on commit 860d866

Please sign in to comment.