Skip to content

[REQ] Better support for mono repos (allow to change PR check name, comment linked to app) #18

[REQ] Better support for mono repos (allow to change PR check name, comment linked to app)

[REQ] Better support for mono repos (allow to change PR check name, comment linked to app) #18

name: Issue automation
on:
issues:
types: [opened]
jobs:
issue:
name: Notify Jira
uses: Checkmarx/ast-cli/.github/workflows/jira_notify.yml@main
with:
title: ${{ github.event.issue.title }}
body: ${{ github.event.issue.body }}
html_url: ${{ github.event.issue.html_url }}
repo: ${{ github.event.repository.full_name }}
secrets: inherit