Skip to content

feat: notify template owner on manual build failures #14262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/coder/coder into bq/notify-…
…manual-build-failure
  • Loading branch information
BrunoQuaresma committed Aug 14, 2024
commit 2ad345073c56711fac916de4592f8be9c0e4ce58
1 change: 1 addition & 0 deletions coderd/notifications/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ var (
// Template-related events.
var (
TemplateTemplateManualBuildFailed = uuid.MustParse("48a9d2b9-3655-430c-a31a-2442479e7519")
TemplateTemplateDeleted = uuid.MustParse("29a09665-2a4c-403f-9648-54301670e7be")
)
You are viewing a condensed version of this merge commit. You can view the full changes here.