We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fd02b commit 85812c4Copy full SHA for 85812c4
.github/workflows/issue-notifications.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Issue Notification Action
17
- uses: joshdholtz/github-action-issue-ack@v11
+ uses: joshdholtz/github-action-issue-ack@v15
18
env:
19
GITHUB_TOKEN: ${{ github.token }}
20
with:
@@ -38,9 +38,14 @@ jobs:
38
# Custom message for testing
39
message_template: |
40
*{title}*
41
+ Created: {created_ago}
42
Reactions: {reactions} | Comments: {comments}
43
{url}
44
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
+
49
# Enable both notification types
50
notify_on_create: "true"
51
notify_on_threshold: "true"
0 commit comments