Skip to content

Commit 3e680d7

Browse files
thiagowfxclaude
andcommitted
feat(pr_dash): use ❯ instead of • as slack bullet character
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ab55163 commit 3e680d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pr_dash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Formats PRs as Slack mrkdwn with emoji indicators and linked titles, ready to pa
117117

118118
```
119119
*tulip/terraform*
120-
:large_green_circle: :eyes: <https://github.com/tulip/terraform/pull/726|#726 docs(adr): add ADR-0010 for garden-base migration plan> · 3h · jgdef-tulip, DomZach
121-
:red_circle: :eyes: <https://github.com/tulip/terraform/pull/700|#700 DO NOT SUBMIT: feat(azure-global-identity)> · 3d · TechOps, aranair
120+
:large_green_circle: :eyes: <https://github.com/tulip/terraform/pull/726|#726 docs(adr): add ADR-0010 for garden-base migration plan> · 3h · jgdef-tulip, DomZach
121+
:red_circle: :eyes: <https://github.com/tulip/terraform/pull/700|#700 DO NOT SUBMIT: feat(azure-global-identity)> · 3d · TechOps, aranair
122122
123123
_2 open PR(s)._
124124
```

pr_dash/pr_dash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ render_slack() {
597597
(.[] |
598598
(.ci | ci_emoji) as $ci_e |
599599
((.reviewDecision // "") | review_emoji) as $rv_e |
600-
"\u2022 " + $ci_e +
600+
"\u276f " + $ci_e +
601601
(if $rv_e != "" then " " + $rv_e else "" end) +
602602
" " +
603603
(if .isDraft then "[draft] " else "" end) +

0 commit comments

Comments
 (0)