[PR #447] [MERGED] Support Slack Block Kit payloads #535

Closed
opened 2026-02-26 22:31:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/447
Author: @rudrankriyam
Created: 2/8/2026
Status: Merged
Merged: 2/8/2026
Merged by: @rudrankriyam

Base: mainHead: feat/notify-slack-blocks


📝 Commits (1)

  • d1782fb feat(notify): support Slack blocks payloads

📊 Changes

3 files changed (+238 additions, -3 deletions)

View changed files

📝 internal/cli/cmdtest/notify_test.go (+45 -0)
📝 internal/cli/notify/notify.go (+49 -3)
📝 internal/cli/notify/notify_test.go (+144 -0)

📄 Description

Summary

  • add --blocks-json/--blocks-file to send Block Kit arrays via incoming webhooks
  • keep --message as required fallback text and validate block payloads
  • extend notify slack tests for blocks success and validation errors

Test plan

  • make format
  • make lint
  • make test

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/447 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/8/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feat/notify-slack-blocks` --- ### 📝 Commits (1) - [`d1782fb`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/d1782fb77151625ec02363725fe8c3698194bcba) feat(notify): support Slack blocks payloads ### 📊 Changes **3 files changed** (+238 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `internal/cli/cmdtest/notify_test.go` (+45 -0) 📝 `internal/cli/notify/notify.go` (+49 -3) 📝 `internal/cli/notify/notify_test.go` (+144 -0) </details> ### 📄 Description ## Summary - add --blocks-json/--blocks-file to send Block Kit arrays via incoming webhooks - keep --message as required fallback text and validate block payloads - extend notify slack tests for blocks success and validation errors ## Test plan - make format - make lint - make test --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#535
No description provided.