Skip to content

Commit

Permalink
note if it is a new dependency, or an update
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Oct 2, 2024
1 parent 6685857 commit 1e0782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plogon/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ string ReplaceDiscordEmotes(string text)
need.Type.ToString(),
need.Name,
need.Version,
need.ReviewedBy ?? "⚠️ UNREVIEWED");
need.ReviewedBy ?? "⚠️ " + (need.OldVersion == null ? "NEW" : "Upd. from " + need.OldVersion));

anyUnreviewed |= need.ReviewedBy == null;
}
Expand Down

0 comments on commit 1e0782b

Please sign in to comment.