Skip to content

Commit

Permalink
Add ahoy msg (#18)
Browse files Browse the repository at this point in the history
Merge Ahoy Message
  • Loading branch information
garethpaul authored Jan 11, 2021
1 parent 88d070f commit f0054f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ahoy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Ahoy

on: [issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.TOKEN }}
issue-message: 'Ahoy! Thank you for opening your first issue here!\nIf this request is regarding troubleshooting your application, please reach out to the support team via [https://support.twilio.com](https://support.twilio.com).'

0 comments on commit f0054f1

Please sign in to comment.