Skip to content

Commit

Permalink
ci: Add issue autorespond and close workflow (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 authored Dec 16, 2024
1 parent 754c953 commit 48aaa8a
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 48aaa8a

Please sign in to comment.