[PR #939] [MERGED] Maintenance #956

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/939
Author: @13xforever
Created: 8/2/2023
Status: Merged
Merged: 8/2/2023
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (3)

  • ce82d08 upgrade 3rd party deps
  • c03e909 fixes for new log versions
  • 1a7aa52 update cirrus-ci graphql schema to fix some runtime exceptions

📊 Changes

9 files changed (+393 additions, -298 deletions)

View changed files

📝 .config/dotnet-tools.json (+2 -2)
📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+1 -1)
📝 Clients/CirrusCiClient/schema.graphql (+378 -283)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 CompatBot/CompatBot.csproj (+4 -4)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+4 -4)
📝 CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs (+1 -1)
📝 CompatBot/Utils/Extensions/DiscordMessageExtensions.cs (+1 -1)

📄 Description

Update dependencies and fix log parsing after Talkashie's changes


🔄 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/939 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/2/2023 **Status:** ✅ Merged **Merged:** 8/2/2023 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`ce82d08`](https://github.com/RPCS3/discord-bot/commit/ce82d0892d5837ed5ffb51db2b209deb91a0206d) upgrade 3rd party deps - [`c03e909`](https://github.com/RPCS3/discord-bot/commit/c03e909c84995229030087df89013663cd87ed49) fixes for new log versions - [`1a7aa52`](https://github.com/RPCS3/discord-bot/commit/1a7aa529e731ccde8082aa97bd5c5bb09964463a) update cirrus-ci graphql schema to fix some runtime exceptions ### 📊 Changes **9 files changed** (+393 additions, -298 deletions) <details> <summary>View changed files</summary> 📝 `.config/dotnet-tools.json` (+2 -2) 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+1 -1) 📝 `Clients/CirrusCiClient/schema.graphql` (+378 -283) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+4 -4) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+4 -4) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs` (+1 -1) 📝 `CompatBot/Utils/Extensions/DiscordMessageExtensions.cs` (+1 -1) </details> ### 📄 Description Update dependencies and fix log parsing after Talkashie's changes --- <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:19 -05:00
yindo closed this issue 2026-02-15 15:57:19 -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#956