Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/issue-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Issue Notification Action
uses: joshdholtz/github-action-issue-ack@v11
uses: joshdholtz/github-action-issue-ack@v15
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand All @@ -38,9 +38,14 @@ jobs:
# Custom message for testing
message_template: |
*{title}*
Created: {created_ago}
Reactions: {reactions} | Comments: {comments}
{url}

# Custom prefixes for testing
new_issue_prefix: "🚨 New issue created on *RevenueCat/purchases-ios*!"
threshold_prefix: "📈 High-engagement issue on *RevenueCat/purchases-ios*!"

# Enable both notification types
notify_on_create: "true"
notify_on_threshold: "true"