mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #863] [MERGED] Update a bunch of stuff to make it work for forks again #890
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/863
Author: @13xforever
Created: 6/20/2022
Status: ✅ Merged
Merged: 6/20/2022
Merged by: @clienthax
Base:
master← Head:vnext📝 Commits (5)
94a080f...c90385brewrite new ird results parsing to reduce allocations and # of passes76e14e3clean up and update 3rd party deps079dcbcclean up some warnings578343eupdate ci script for people without docker📊 Changes
38 files changed (+137 additions, -144 deletions)
View changed files
📝
.github/workflows/dotnet.yml(+13 -2)📝
Clients/CirrusCiClient/.graphqlrc.json(+2 -2)📝
Clients/CirrusCiClient/CirrusCi.cs(+1 -0)📝
Clients/CirrusCiClient/CirrusCiClient.csproj(+3 -6)📝
Clients/CirrusCiClient/POCOs/BuildInfo.cs(+1 -0)📝
Clients/CompatApiClient/Client.cs(+2 -1)📝
Clients/CompatApiClient/CompatApiClient.csproj(+2 -2)📝
Clients/GithubClient/GithubClient.csproj(+1 -4)📝
Clients/IrdLibraryClient/IrdClient.cs(+28 -32)📝
Clients/IrdLibraryClient/IrdLibraryClient.csproj(+1 -4)📝
Clients/MediafireClient/Client.cs(+2 -1)📝
Clients/MediafireClient/MediafireClient.csproj(+0 -5)📝
Clients/OneDriveClient/Client.cs(+2 -1)📝
Clients/OneDriveClient/OneDriveClient.csproj(+0 -5)📝
Clients/PsnClient/PsnClient.cs(+4 -3)📝
Clients/PsnClient/PsnClient.csproj(+1 -4)📝
Clients/YandexDiskClient/Client.cs(+2 -1)📝
Clients/YandexDiskClient/YandexDiskClient.csproj(+0 -5)📝
CompatBot/Commands/Attributes/LimitedToHelpChannel.cs(+1 -1)📝
CompatBot/Commands/Attributes/LimitedToOfftopicChannel.cs(+4 -1)...and 18 more files
📄 Description
Also fix all compilation warnings and update dependencies
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.