mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #987] [MERGED] Implement PR build links for GitHub Actions artifacts #993
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/987
Author: @13xforever
Created: 3/28/2025
Status: ✅ Merged
Merged: 3/28/2025
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (2)
9f36319fix warning message generated by the bot userb4e2e68implement 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.