We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15cb4e commit a09018cCopy full SHA for a09018c
.github/workflows/issue-autorespond-and-close.yml
@@ -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