mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-22 21:15:23 +08:00
15 lines
364 B
YAML
15 lines
364 B
YAML
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 }}
|
|
secrets: inherit
|