Skip to content

Commit 939e50d

Browse files
committed
ci: Add issue autorespond and close workflow
1 parent c15cb4e commit 939e50d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto respond and close issue
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
auto-respond-and-close-issue:
10+
uses: mparticle/mparticle-workflows/.github/workflows/auto-respond-close-issue.yml@main
11+
with:
12+
issue_number: ${{ github.event.issue.number }}
13+
repository: ${{ github.repository }}
14+
user_login: ${{ github.event.issue.user.login }}

0 commit comments

Comments
 (0)