Skip to content

Commit

Permalink
add testing notice
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats authored Oct 3, 2023
1 parent 0bbc301 commit 9a57aa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Plogon/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ string ReplaceDiscordEmotes(string text)
$"[Show log](https://github.com/goatcorp/DalamudPluginsD17/actions/runs/{actionRunId}) - [Review](https://github.com/goatcorp/DalamudPluginsD17/pull/{prNumber}/files#submit-review)";

var commentText = anyFailed ? "Builds failed, please check action output." : "All builds OK!";

// API9
commentText = "**Take care!** Please test your plugins in-game before submitting them here to prevent crashes and instability. We really appreciate it!\n\n";

if (!anyTried)
commentText =
"⚠️ No builds attempted! This probably means that your owners property is misconfigured.";
Expand Down

0 comments on commit 9a57aa2

Please sign in to comment.