Skip to content

Commit

Permalink
ci: Add issue autorespond and close workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Dec 13, 2024
1 parent c15cb4e commit 939e50d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/issue-autorespond-and-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto respond and close issue

on:
issues:
types:
- opened

jobs:
auto-respond-and-close-issue:
uses: mparticle/mparticle-workflows/.github/workflows/auto-respond-close-issue.yml@main
with:
issue_number: ${{ github.event.issue.number }}
repository: ${{ github.repository }}
user_login: ${{ github.event.issue.user.login }}

0 comments on commit 939e50d

Please sign in to comment.