Skip to content
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

Send alerts for failed GitHub Actions #282

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Send alerts for failed GitHub Actions #282

merged 2 commits into from
Sep 26, 2024

Conversation

chotai
Copy link
Contributor

@chotai chotai commented Sep 25, 2024

No description provided.

}

if (message.github_event === 'workflow_run') {
if (shouldProcess(message, 'workflow_run')) {
return await workflowRunHandlerV2(server, message)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if we should try/catch these, just in case it fails, throw an exception and we never raise the alert?

@chotai chotai merged commit 49e2366 into main Sep 26, 2024
1 check passed
@chotai chotai deleted the 439713 branch September 26, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants