From 9a57aa26f6b06209ef4ccc506948d9a81e0f621f Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:08:30 +0200 Subject: [PATCH] add testing notice --- Plogon/Program.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Plogon/Program.cs b/Plogon/Program.cs index 28645be..7cf5dcf 100644 --- a/Plogon/Program.cs +++ b/Plogon/Program.cs @@ -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.";