[PR #162] [MERGED] Enhancments to github linking #247

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (4)

  • 54cf50e add linking for #xxxx, check for issue 0
  • 7b37b9b fixed appveyor history crawling for jobId->build mapping
  • 75b974f detect more forms of bot abuse
  • dfc3735 misc additional exception handling

📊 Changes

6 files changed (+122 additions, -44 deletions)

View changed files

📝 AppveyorClient/Client.cs (+7 -3)
📝 CompatBot/EventHandlers/AppveyorLinksHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/BotShutupHandler.cs (+83 -22)
📝 CompatBot/EventHandlers/GithubLinksHandler.cs (+18 -6)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+1 -1)
📝 CompatBot/Program.cs (+12 -12)

📄 Description

  • support linking to issues by simply using #xxxx
  • cache appveyor history information for build lookups from job ids

🔄 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/162 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/11/2019 **Status:** ✅ Merged **Merged:** 1/11/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`54cf50e`](https://github.com/RPCS3/discord-bot/commit/54cf50e2df00dcbe9f920922d7f2663b274dbe5c) add linking for #xxxx, check for issue 0 - [`7b37b9b`](https://github.com/RPCS3/discord-bot/commit/7b37b9b123e5a0e7531a7f1769f2f77b0c4a9901) fixed appveyor history crawling for jobId->build mapping - [`75b974f`](https://github.com/RPCS3/discord-bot/commit/75b974fff1d2c0faa0522b0a6286bc4bd57e86fe) detect more forms of bot abuse - [`dfc3735`](https://github.com/RPCS3/discord-bot/commit/dfc3735d6ef8bb7f3adac14109479055554c62d5) misc additional exception handling ### 📊 Changes **6 files changed** (+122 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `AppveyorClient/Client.cs` (+7 -3) 📝 `CompatBot/EventHandlers/AppveyorLinksHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/BotShutupHandler.cs` (+83 -22) 📝 `CompatBot/EventHandlers/GithubLinksHandler.cs` (+18 -6) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+1 -1) 📝 `CompatBot/Program.cs` (+12 -12) </details> ### 📄 Description * support linking to issues by simply using #xxxx * cache appveyor history information for build lookups from job ids --- <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:27 -05:00
yindo closed this issue 2026-02-15 15:55:27 -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#247