Skip to content

make the git sha a link in slack notifications - #2709

Merged
ElliotFriend merged 2 commits into
mainfrom
build/slack-message-link
Jul 29, 2026
Merged

make the git sha a link in slack notifications#2709
ElliotFriend merged 2 commits into
mainfrom
build/slack-message-link

Conversation

@ElliotFriend

Copy link
Copy Markdown
Contributor

this is a totally superficial change, but it should render the slack notifications in the #docs-builds channel a little nicer 🤞🏻

Copilot AI review requested due to automatic review settings July 28, 2026 17:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Slack build notifications to link commit SHAs.

Changes:

  • Adds SHA links to success and failure messages.
  • Uses unsupported Markdown syntax instead of Slack mrkdwn syntax.

Recommendation: NEEDS-CHANGES — use <URL|SHA> formatting in both messages.

Comments suppressed due to low confidence (1)

.github/workflows/build-and-push.yml:75

  • Slack chat.postMessage does not turn [label](URL) into a link; its mrkdwn format requires <URL|label>. This failure notification therefore will not render the SHA as the intended link.
              "text": "Docs build failed for [${{ github.sha }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }})."

Comment thread .github/workflows/build-and-push.yml Outdated
@stellar-jenkins-ci

Copy link
Copy Markdown

@stellar-jenkins-ci

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@ElliotFriend
ElliotFriend requested a review from kaankacar July 28, 2026 18:00
@ElliotFriend
ElliotFriend merged commit 5af27fb into main Jul 29, 2026
10 checks passed
@ElliotFriend
ElliotFriend deleted the build/slack-message-link branch July 29, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants