Skip to content

ci(identity): remove Slack alert on identity-service build failure#14463

Merged
raymondjacobson merged 1 commit into
mainfrom
rj-remove-identity-slack-alert
Jun 8, 2026
Merged

ci(identity): remove Slack alert on identity-service build failure#14463
raymondjacobson merged 1 commit into
mainfrom
rj-remove-identity-slack-alert

Conversation

@raymondjacobson

Copy link
Copy Markdown
Member

What

Removes the Alert Slack on failure step from the identity-service GitHub Actions workflow (.github/workflows/identity.yml).

Why

On every failed identity-service Docker build/push, this step POSTed a message to the daily-deploy Slack webhook:

Failed to build and push identity-service. Today's release can't move forward until this is resolved. Hint: check here

This was generating repeated noise in the Slack channel. Identity-service CI was migrated from CircleCI to GitHub Actions in #14390, so this workflow is the source of those posts.

Impact

  • Build failures are still fully visible in the GitHub Actions run — only the Slack notification is removed.
  • The build/push step itself is untouched.
  • The generic CircleCI push-docker-image Slack alert (still used by discovery-provider) is left in place.

Note

The underlying identity-service build may itself be failing — this PR only silences the alert noise, it does not fix a failing build. Worth investigating separately if builds are still red.

🤖 Generated with Claude Code

The "Alert Slack on failure" step posted a daily-deploy Slack message
("Failed to build and push identity-service...") on every failed build,
generating repeated noise. Drop the step; build failures remain visible
in the GitHub Actions run itself.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2507f1d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@raymondjacobson raymondjacobson merged commit 98c7cd9 into main Jun 8, 2026
8 checks passed
@raymondjacobson raymondjacobson deleted the rj-remove-identity-slack-alert branch June 8, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant