Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alischumacher committed Mar 20, 2023
1 parent 55ada2a commit 95dddd6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/issue_comment.yml
@@ -0,0 +1,17 @@
name: Comment on issues
on:
issues:
types: [opened]

jobs:
add-comment:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Add comment
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
with:
issue-number: ${{ github.event.issue.number }}
body: |
Thank you for submitting this issue! The team will review your issue, tag with any additional tags as needed, and comment with any additional questions on information required to triage. Check out the [Microsoft Learn Student Hub](https://aka.ms/MSFTStudentHub) to learn more about Microsoft tools, programs, and developer communities. :sparkles:

0 comments on commit 95dddd6

Please sign in to comment.