Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddygriz authored Nov 7, 2023
1 parent 0834eaf commit c43224d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
issues:
types: [opened]


jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for your interest in our tools! Our customer support team will be able to help you with this. Please email [email protected] with your issue."
footer: "Thanks, NanoString Dev Team"

0 comments on commit c43224d

Please sign in to comment.