[PR #987] [MERGED] Implement PR build links for GitHub Actions artifacts #993

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/987
Author: @13xforever
Created: 3/28/2025
Status: Merged
Merged: 3/28/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • 9f36319 fix warning message generated by the bot user
  • b4e2e68 implement PR build linking for github actions

📊 Changes

10 files changed (+333 additions, -88 deletions)

View changed files

Clients/GithubClient/Client.CI.cs (+235 -0)
📝 Clients/GithubClient/Client.cs (+14 -10)
📝 Clients/GithubClient/GithubClient.csproj (+1 -0)
📝 CompatBot/Commands/Pr.cs (+60 -58)
📝 CompatBot/Database/Providers/ContentFilter.cs (+1 -1)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+1 -1)
📝 CompatBot/EventHandlers/GithubLinksHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+1 -1)
📝 CompatBot/Program.cs (+1 -0)
📝 CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs (+17 -15)

📄 Description

Also fix bot mention in user warning messages


🔄 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/987 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/28/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`9f36319`](https://github.com/RPCS3/discord-bot/commit/9f3631968f37498b2bd41addec3733bcea64d862) fix warning message generated by the bot user - [`b4e2e68`](https://github.com/RPCS3/discord-bot/commit/b4e2e680be7f0cb695e4b4f9b8f715d9771d3477) implement PR build linking for github actions ### 📊 Changes **10 files changed** (+333 additions, -88 deletions) <details> <summary>View changed files</summary> ➕ `Clients/GithubClient/Client.CI.cs` (+235 -0) 📝 `Clients/GithubClient/Client.cs` (+14 -10) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -0) 📝 `CompatBot/Commands/Pr.cs` (+60 -58) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+1 -1) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+1 -1) 📝 `CompatBot/EventHandlers/GithubLinksHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+1 -1) 📝 `CompatBot/Program.cs` (+1 -0) 📝 `CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs` (+17 -15) </details> ### 📄 Description Also fix bot mention in user warning messages --- <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:57:26 -05:00
yindo closed this issue 2026-02-15 15:57: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#993