[PR #159] [MERGED] More improvements to PR linking #245

Closed
opened 2026-02-15 15:55:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/159
Author: @13xforever
Created: 1/10/2019
Status: Merged
Merged: 1/10/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • aac4c26 let's try to figure out this appveyor caching problem
  • a9485a4 Log github rate limits + !stats command
  • 56538f5 link mentioned issues / prs

📊 Changes

8 files changed (+177 additions, -24 deletions)

View changed files

📝 AppveyorClient/Client.cs (+20 -4)
📝 CompatBot/Commands/Misc.cs (+13 -0)
📝 CompatBot/Commands/Pr.cs (+1 -1)
📝 CompatBot/Config.cs (+3 -0)
CompatBot/EventHandlers/GithubLinksHandler.cs (+83 -0)
📝 CompatBot/Program.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs (+5 -6)
📝 GithubClient/Client.cs (+51 -13)

📄 Description

  • hopefully fix appveyor build linking cache issue
  • message full github links for mentioned issues/PRs to get default embeds
  • new !stats command, mostly to check up on github rate limits

🔄 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/159 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/10/2019 **Status:** ✅ Merged **Merged:** 1/10/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`aac4c26`](https://github.com/RPCS3/discord-bot/commit/aac4c26178e768e752096fbaaac3b12ac81869fb) let's try to figure out this appveyor caching problem - [`a9485a4`](https://github.com/RPCS3/discord-bot/commit/a9485a4e4f3a7c470bcaf3701b02cb1df52359e2) Log github rate limits + !stats command - [`56538f5`](https://github.com/RPCS3/discord-bot/commit/56538f5e8c7acda5312210df3b42ecf958d7993f) link mentioned issues / prs ### 📊 Changes **8 files changed** (+177 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `AppveyorClient/Client.cs` (+20 -4) 📝 `CompatBot/Commands/Misc.cs` (+13 -0) 📝 `CompatBot/Commands/Pr.cs` (+1 -1) 📝 `CompatBot/Config.cs` (+3 -0) ➕ `CompatBot/EventHandlers/GithubLinksHandler.cs` (+83 -0) 📝 `CompatBot/Program.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/UpdateInfoFormatter.cs` (+5 -6) 📝 `GithubClient/Client.cs` (+51 -13) </details> ### 📄 Description * hopefully fix appveyor build linking cache issue * message full github links for mentioned issues/PRs to get default embeds * new `!stats` command, mostly to check up on github rate limits --- <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:55:26 -05:00
yindo closed this issue 2026-02-15 15:55:26 -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#245