Apple AppsFlyer-AdRevenue Privacy #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Close issue - support | |
on: | |
issues: | |
types: | |
- labeled | |
jobs: | |
close-support-issue: | |
if: github.event.label.name == 'support' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close issue with support comment | |
uses: peter-evans/close-issue@v2 | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
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 support@appsflyer.com. | |
When submitting the ticket, please provide: | |
- β your AppsFlyer sign-up (account) email | |
- β app ID | |
- β production steps | |
- β logs | |
- β code snippets | |
- β and any additional relevant information. |