[PR #810] [MERGED] Use Octokit for Github lookups #863

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/810
Author: @clienthax
Created: 8/30/2021
Status: Merged
Merged: 10/10/2021
Merged by: @clienthax

Base: masterHead: octokit


📝 Commits (1)

  • bacc0ca Use Octokit for Github lookups.

📊 Changes

11 files changed (+80 additions, -224 deletions)

View changed files

📝 Clients/CompatApiClient/ApiConfig.cs (+3 -1)
📝 Clients/GithubClient/Client.cs (+55 -124)
📝 Clients/GithubClient/GithubClient.csproj (+1 -0)
Clients/GithubClient/POCOs/PrInfo.cs (+0 -64)
Clients/GithubClient/POCOs/StatusInfo.cs (+0 -14)
📝 CompatBot/Commands/BotStats.cs (+1 -0)
📝 CompatBot/Commands/CompatList.cs (+2 -2)
📝 CompatBot/Commands/Pr.cs (+3 -3)
📝 CompatBot/Config.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/PrInfoFormatter.cs (+8 -9)
📝 CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs (+6 -7)

📄 Description

Resolves #420 somewhat, seems graphql library is abandoned


🔄 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/810 **Author:** [@clienthax](https://github.com/clienthax) **Created:** 8/30/2021 **Status:** ✅ Merged **Merged:** 10/10/2021 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `octokit` --- ### 📝 Commits (1) - [`bacc0ca`](https://github.com/RPCS3/discord-bot/commit/bacc0ca3a93aa9d8b43d4984e7c046862490529c) Use Octokit for Github lookups. ### 📊 Changes **11 files changed** (+80 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/ApiConfig.cs` (+3 -1) 📝 `Clients/GithubClient/Client.cs` (+55 -124) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -0) ➖ `Clients/GithubClient/POCOs/PrInfo.cs` (+0 -64) ➖ `Clients/GithubClient/POCOs/StatusInfo.cs` (+0 -14) 📝 `CompatBot/Commands/BotStats.cs` (+1 -0) 📝 `CompatBot/Commands/CompatList.cs` (+2 -2) 📝 `CompatBot/Commands/Pr.cs` (+3 -3) 📝 `CompatBot/Config.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/PrInfoFormatter.cs` (+8 -9) 📝 `CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs` (+6 -7) </details> ### 📄 Description Resolves #420 somewhat, seems graphql library is abandoned --- <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:04 -05:00
yindo closed this issue 2026-02-15 15:57:04 -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#863