Skip to content

fix(ci): swap slack_notify args in CLI acceptance test#23241

Merged
nchamo merged 1 commit into
merge-train/fairiesfrom
nc/fix-cli-acceptance-slack-args
May 13, 2026
Merged

fix(ci): swap slack_notify args in CLI acceptance test#23241
nchamo merged 1 commit into
merge-train/fairiesfrom
nc/fix-cli-acceptance-slack-args

Conversation

@nchamo
Copy link
Copy Markdown
Contributor

@nchamo nchamo commented May 13, 2026

Summary

  • The slack_notify script expects (text, channel) but the CLI acceptance test workflow was passing (channel, text), so the success notification was silently posting to a nonexistent Slack channel.
  • The failure notification uses slack_notify_with_claudebox_kickoff which has the opposite convention (channel, text) and was correct.

The slack_notify script expects (text, channel) but the workflow was
passing (channel, text), silently posting to a nonexistent channel.
@nchamo nchamo requested a review from charlielye as a code owner May 13, 2026 11:20
@nchamo nchamo self-assigned this May 13, 2026
@nchamo nchamo requested a review from Thunkar May 13, 2026 11:30
@nchamo nchamo merged commit 8cfd234 into merge-train/fairies May 13, 2026
26 of 32 checks passed
@nchamo nchamo deleted the nc/fix-cli-acceptance-slack-args branch May 13, 2026 12:23
@AztecBot
Copy link
Copy Markdown
Collaborator

✅ Successfully backported to backport-to-v4-next-staging #23236.

AztecBot added a commit that referenced this pull request May 14, 2026
BEGIN_COMMIT_OVERRIDE
feat: package sqlite kv-store backend for stricter browser envs (#23089)
fix(pxe): sync target contract before cross-contract utility call
(#23225)
fix(ci): swap slack_notify args in CLI acceptance test (#23241)
feat: optimize get next app tag as sender (#23239)
fix(noir): noirfmt nested_utility_contract main.nr (#23246)
chore(aztec-nr): mark emit_event_in_public as #[inline_never] to shrink
public dispatch (#23161)
END_COMMIT_OVERRIDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants