mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #810] [MERGED] Use Octokit for Github lookups #863
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:octokit📝 Commits (1)
bacc0caUse 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.