Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Aug 21, 2023
2 parents f01a6aa + f178a5d commit db9ae06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/responseToSupportIssue.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow creates new comment from template to an issue
# if it was labled as 'support'

name: Add comment
name: Add comment and close
on:
issues:
types:
Expand All @@ -13,11 +13,11 @@ jobs:
permissions:
issues: write
steps:
- name: Add comment
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
- name: Add comment and close issue
uses: peter-evans/close-issue@v2
with:
issue-number: ${{ github.event.issue.number }}
body: |
comment: |
👋 Hi @${{ github.event.issue.user.login }} and Thank you for reaching out to us.
In order for us to provide optimal support, please submit a ticket to our support team at [email protected].
When submitting the ticket, please specify:
Expand All @@ -26,4 +26,4 @@ jobs:
- ✅ production steps
- ✅ logs
- ✅ code snippets
- ✅ and any additional relevant information.
- ✅ and any additional relevant information.

0 comments on commit db9ae06

Please sign in to comment.