[PR #1017] [MERGED] Fix update api checks with new return codes #1017

Closed
opened 2026-02-15 15:57:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/1017
Author: @13xforever
Created: 2/14/2026
Status: Merged
Merged: 2/14/2026
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

📊 Changes

13 files changed (+73 additions, -74 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+3 -3)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/GithubClient/Client.CI.cs (+25 -25)
📝 Clients/GithubClient/GithubClient.csproj (+2 -2)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 CompatBot/CompatBot.csproj (+12 -12)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs (+1 -1)
📝 CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs (+18 -18)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+5 -6)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

Also update 3rd-party packages


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/1017 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/14/2026 **Status:** ✅ Merged **Merged:** 2/14/2026 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`f9e08c9`](https://github.com/RPCS3/discord-bot/commit/f9e08c96744566c416c55bc0f1792d577b225620) fix update api check - [`1243a4e`](https://github.com/RPCS3/discord-bot/commit/1243a4e660eea748c9ba2ea422bfefec1ea50419) update packages - [`efb5cf7`](https://github.com/RPCS3/discord-bot/commit/efb5cf791d52a3f642b4dd386757d46d415803bc) upgrade sharpcompress package ### 📊 Changes **13 files changed** (+73 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+3 -3) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/GithubClient/Client.CI.cs` (+25 -25) 📝 `Clients/GithubClient/GithubClient.csproj` (+2 -2) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+12 -12) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs` (+1 -1) 📝 `CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs` (+18 -18) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+5 -6) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description Also update 3rd-party packages --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:30 -05:00
yindo closed this issue 2026-02-15 15:57:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#1017