From f0054f131412df63dd13c37efd537b30389de03e Mon Sep 17 00:00:00 2001 From: "Gareth Paul Jones (GPJ)" Date: Mon, 11 Jan 2021 11:11:08 -0800 Subject: [PATCH] Add ahoy msg (#18) Merge Ahoy Message --- .github/workflows/ahoy.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/ahoy.yml diff --git a/.github/workflows/ahoy.yml b/.github/workflows/ahoy.yml new file mode 100644 index 00000000..e23b9d60 --- /dev/null +++ b/.github/workflows/ahoy.yml @@ -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).'