Skip to content

Created new event handler for created discord messages and bugfixes #398

Created new event handler for created discord messages and bugfixes

Created new event handler for created discord messages and bugfixes #398

Triggered via push May 27, 2024 06:15
Status Success
Total duration 5m 7s
Artifacts

main.yml

on: push
CheckStaticContent
14s
CheckStaticContent
BuildBot
1m 5s
BuildBot
CreateDockerImage
1m 2s
CreateDockerImage
Deployment_Production
22s
Deployment_Production
VerifyProductionDeployment
4s
VerifyProductionDeployment
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
Misha12
approved May 27, 2024
Production

Annotations

21 warnings
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L8
Non-nullable property 'LastMessageFrom' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L9
Non-nullable property 'MostActiveUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L10
Non-nullable property 'ParentChannel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L11
Non-nullable property 'Threads' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L9
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L10
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Jobs/ScheduledJob.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/MessageResponse.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Invites/GuildInvite.cs#L7
Non-nullable property 'Guild' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L8
Non-nullable property 'LastMessageFrom' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L9
Non-nullable property 'MostActiveUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L10
Non-nullable property 'ParentChannel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L11
Non-nullable property 'Threads' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L9
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L10
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Jobs/ScheduledJob.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/MessageResponse.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/OAuth2/OAuth2GetLink.cs#L13
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
CreateDockerImage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.