chore: default metrics-deploy Slack alert mention to ClaudeBox - #24484
Merged
Conversation
alexghr
approved these changes
Jul 3, 2026
alexghr
marked this pull request as ready for review
July 3, 2026 07:05
AztecBot
force-pushed
the
cb/metrics-default-slack-mention
branch
from
July 3, 2026 07:08
a556c2d to
a58aa9f
Compare
AztecBot
enabled auto-merge
July 3, 2026 07:08
Changes the default `slack_alert_mention_user_ids` input in `.github/workflows/metrics-deploy.yml` from `["U0AHB6VR8N5"]` to `["U0AQPRA1FSL"]` (the ClaudeBox Slack bot). This is the default Terraform list of Slack user IDs mentioned on Grafana alert notifications for the metrics stack. Updated in both the `workflow_call` and `workflow_dispatch` input blocks so the two defaults stay in sync. Callers can still override the input explicitly. Requested in Slack by Alex Gherghisan / Adam.
AztecBot
force-pushed
the
cb/metrics-default-slack-mention
branch
from
July 3, 2026 07:11
a58aa9f to
21716a7
Compare
AztecBot
added this pull request to the merge queue
Jul 3, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 3, 2026
danielntmd
pushed a commit
to danielntmd/aztec-packages
that referenced
this pull request
Jul 7, 2026
BEGIN_COMMIT_OVERRIDE fix: improve valkeys password handling (AztecProtocol#24459) chore: pin pako (AztecProtocol#24501) feat: allow separate valkeys passwords. (AztecProtocol#24460) chore: loosen alert routing rules (AztecProtocol#24499) chore: default metrics-deploy Slack alert mention to ClaudeBox (AztecProtocol#24484) feat: speed up valkeys generation (AztecProtocol#24467) fix(release-image): stamp stdlib/package.json with release version (AztecProtocol#24410) END_COMMIT_OVERRIDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes the default
slack_alert_mention_user_idsinput in.github/workflows/metrics-deploy.ymlfrom["U0AHB6VR8N5"]to["U0AQPRA1FSL"](the ClaudeBox Slack bot).This is the default Terraform list of Slack user IDs mentioned on Grafana alert notifications for the metrics stack. Updated in both the
workflow_callandworkflow_dispatchinput blocks so the two defaults stay in sync. Callers can still override the input explicitly.Requested in Slack by Alex Gherghisan / Adam.