Skip to content

Commit 85812c4

Browse files
authored
Bump ack action to v15 (#5339)
* Bump ack action to v14 * I lied 15 * Repo name * This is it
1 parent c8fd02b commit 85812c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/issue-notifications.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Issue Notification Action
17-
uses: joshdholtz/github-action-issue-ack@v11
17+
uses: joshdholtz/github-action-issue-ack@v15
1818
env:
1919
GITHUB_TOKEN: ${{ github.token }}
2020
with:
@@ -38,9 +38,14 @@ jobs:
3838
# Custom message for testing
3939
message_template: |
4040
*{title}*
41+
Created: {created_ago}
4142
Reactions: {reactions} | Comments: {comments}
4243
{url}
4344
45+
# Custom prefixes for testing
46+
new_issue_prefix: "🚨 New issue created on *RevenueCat/purchases-ios*!"
47+
threshold_prefix: "📈 High-engagement issue on *RevenueCat/purchases-ios*!"
48+
4449
# Enable both notification types
4550
notify_on_create: "true"
4651
notify_on_threshold: "true"

0 commit comments

Comments
 (0)