Explorar o código

send ticket to kitemaker

theguy951357 hai 1 ano
pai
achega
4339e1dd31
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      .github/workflows/sendtokitemaker.yml

+ 14 - 0
.github/workflows/sendtokitemaker.yml

@@ -0,0 +1,14 @@
+name: Send to Kitemaker
+
+on:
+    issues:
+        types: opened
+
+
+jobs:
+    send-ticket:
+        uses: gravitl/devops/.github/workflows/makekitemakerticket.yml@master
+        with:
+            title: ${{ github.event.issue.title }}
+            body: ${{ github.event.issue.body }}
+            repo_name: ${{ github.event.repository.name }}