[PR #158] [MERGED] Improvements to !pr command #244

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/158
Author: @13xforever
Created: 1/8/2019
Status: Merged
Merged: 1/8/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (7)

  • f6e3673 fix appveyor links for very old jobs
  • 2eda157 Link latest master build for merged PRs
  • 17482b7 link pr build for closed prs
  • a4a3aa2 crawl appveyor build history as a last ditch effort to find completed build
  • 2bb3ab5 use emojis instead of TriggerTyping()
  • 6b8a252 remove TriggerTyping everywhere it makes sense
  • 9e3c757 remove even more typing reactions

📊 Changes

29 files changed (+261 additions, -125 deletions)

View changed files

📝 AppveyorClient/Client.cs (+80 -12)
📝 AppveyorClient/POCOs/Build.cs (+1 -1)
📝 AppveyorClient/POCOs/BuildInfo.cs (+1 -3)
AppveyorClient/POCOs/HistoryInfo.cs (+10 -0)
📝 CompatBot/Commands/Antipiracy.cs (+1 -1)
📝 CompatBot/Commands/Attributes/TriggersTyping.cs (+3 -10)
📝 CompatBot/Commands/BotMath.cs (+1 -1)
📝 CompatBot/Commands/CommandsManagement.cs (+1 -1)
📝 CompatBot/Commands/CompatList.cs (+1 -1)
📝 CompatBot/Commands/CustomBaseCommand.cs (+19 -1)
📝 CompatBot/Commands/Explain.cs (+0 -2)
📝 CompatBot/Commands/Invites.cs (+1 -1)
📝 CompatBot/Commands/Misc.cs (+0 -1)
📝 CompatBot/Commands/Moderation.Audit.cs (+4 -2)
📝 CompatBot/Commands/Pr.cs (+27 -6)
📝 CompatBot/Commands/Sudo.Bot.cs (+2 -2)
📝 CompatBot/Commands/Sudo.Fix.cs (+3 -3)
📝 CompatBot/Commands/Sudo.Mod.cs (+5 -5)
📝 CompatBot/Commands/Warnings.ListGroup.cs (+2 -2)
📝 CompatBot/Commands/Warnings.cs (+2 -5)

...and 9 more files

📄 Description

  • more reliable search for successful build link
  • link builds for closed PRs
  • link latest master build for merged PRs
  • overhaul bot notifications for background work

🔄 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/158 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/8/2019 **Status:** ✅ Merged **Merged:** 1/8/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (7) - [`f6e3673`](https://github.com/RPCS3/discord-bot/commit/f6e3673334b6b945ee7cead86e5fb4044f9411aa) fix appveyor links for very old jobs - [`2eda157`](https://github.com/RPCS3/discord-bot/commit/2eda157686743c565b22c4bb8e916027e96c993b) Link latest master build for merged PRs - [`17482b7`](https://github.com/RPCS3/discord-bot/commit/17482b74a6ac55bad8f38add6d3991d92e46f523) link pr build for closed prs - [`a4a3aa2`](https://github.com/RPCS3/discord-bot/commit/a4a3aa2d36d92c2fac9924271a30cd21414978b5) crawl appveyor build history as a last ditch effort to find completed build - [`2bb3ab5`](https://github.com/RPCS3/discord-bot/commit/2bb3ab5bbd56c82a496b94da3ed66fe5abbf855a) use emojis instead of TriggerTyping() - [`6b8a252`](https://github.com/RPCS3/discord-bot/commit/6b8a25246d6d3e8eddcac38ed5c378350fbf008b) remove TriggerTyping everywhere it makes sense - [`9e3c757`](https://github.com/RPCS3/discord-bot/commit/9e3c7575e2b5cf6ea5e1e9b866ec09ecaf0a498f) remove even more typing reactions ### 📊 Changes **29 files changed** (+261 additions, -125 deletions) <details> <summary>View changed files</summary> 📝 `AppveyorClient/Client.cs` (+80 -12) 📝 `AppveyorClient/POCOs/Build.cs` (+1 -1) 📝 `AppveyorClient/POCOs/BuildInfo.cs` (+1 -3) ➕ `AppveyorClient/POCOs/HistoryInfo.cs` (+10 -0) 📝 `CompatBot/Commands/Antipiracy.cs` (+1 -1) 📝 `CompatBot/Commands/Attributes/TriggersTyping.cs` (+3 -10) 📝 `CompatBot/Commands/BotMath.cs` (+1 -1) 📝 `CompatBot/Commands/CommandsManagement.cs` (+1 -1) 📝 `CompatBot/Commands/CompatList.cs` (+1 -1) 📝 `CompatBot/Commands/CustomBaseCommand.cs` (+19 -1) 📝 `CompatBot/Commands/Explain.cs` (+0 -2) 📝 `CompatBot/Commands/Invites.cs` (+1 -1) 📝 `CompatBot/Commands/Misc.cs` (+0 -1) 📝 `CompatBot/Commands/Moderation.Audit.cs` (+4 -2) 📝 `CompatBot/Commands/Pr.cs` (+27 -6) 📝 `CompatBot/Commands/Sudo.Bot.cs` (+2 -2) 📝 `CompatBot/Commands/Sudo.Fix.cs` (+3 -3) 📝 `CompatBot/Commands/Sudo.Mod.cs` (+5 -5) 📝 `CompatBot/Commands/Warnings.ListGroup.cs` (+2 -2) 📝 `CompatBot/Commands/Warnings.cs` (+2 -5) _...and 9 more files_ </details> ### 📄 Description * more reliable search for successful build link * link builds for closed PRs * link latest master build for merged PRs * overhaul bot notifications for background work --- <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#244