mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #709] [MERGED] feat(notify): add Slack thread_ts and release payload attachments #731
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#731
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/709
Author: @rudrankriyam
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/21/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/notify-slack-thread-release-payload📝 Commits (5)
f8ce914feat(notify): add Slack thread replies and release payload fields7025470fix(notify): support GovSlack webhook host and document Slack limits05aad43fix(notify): preserve payload numbers and enforce attachment flags5828576notify slack: avoid duplicate attachment message texte20daccMerge pull request #716 from rudrankriyam/cursor/slack-message-text-duplication-c6a7📊 Changes
4 files changed (+565 additions, -11 deletions)
View changed files
📝
README.md(+15 -1)📝
internal/cli/cmdtest/notify_test.go(+117 -0)📝
internal/cli/notify/notify.go(+158 -9)📝
internal/cli/notify/notify_test.go(+275 -1)📄 Description
Summary
asc notify slackvia--thread-ts(maps tothread_ts) with format validation.--payload-json/--payload-file, rendered as deterministic Slack attachment fields with optional--pretextand--successcolor control.Test plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testASC_BYPASS_KEYCHAIN=1 go test ./internal/cli/notify ./internal/cli/cmdtest -run NotifySlack🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.