mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #156] [MERGED] Implement !pr command #242
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/156
Author: @13xforever
Created: 1/7/2019
Status: ✅ Merged
Merged: 1/7/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (8)
6e9ecf9people are nasty, better remove invites from this as well2b5f447add more magic words862f1cfrefactor github client in a separate projectfa308f3wip implementation of !pr commandfa26f29working !pr build666d69aimplemented open pr queriesc8e1661changed formatting for pr listf8793d6add more information for !pr description📊 Changes
26 files changed (+645 additions, -86 deletions)
View changed files
➕
AppveyorClient/AppveyorClient.csproj(+16 -0)➕
AppveyorClient/Client.cs(+137 -0)➕
AppveyorClient/POCOs/Artifact.cs(+13 -0)➕
AppveyorClient/POCOs/ArtifactInfo.cs(+8 -0)➕
AppveyorClient/POCOs/Build.cs(+27 -0)➕
AppveyorClient/POCOs/BuildInfo.cs(+10 -0)➕
AppveyorClient/POCOs/Job.cs(+17 -0)➕
AppveyorClient/POCOs/Project.cs(+4 -0)📝
CompatApiClient/Client.cs(+0 -48)➖
CompatApiClient/POCOs/PrInfo.cs(+0 -17)📝
CompatApiClient/Utils/Utils.cs(+15 -0)📝
CompatBot/Commands/Explain.cs(+3 -0)➕
CompatBot/Commands/Pr.cs(+122 -0)📝
CompatBot/CompatBot.csproj(+2 -0)📝
CompatBot/Config.cs(+4 -0)📝
CompatBot/EventHandlers/BotShutupHandler.cs(+5 -1)📝
CompatBot/Program.cs(+1 -0)➕
CompatBot/Utils/ResultFormatters/PrInfoFormatter.cs(+24 -0)📝
CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs(+0 -15)📝
CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs(+4 -3)...and 6 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.