Skip to content

fix: webhook trigger, make labels arg of jira create_issue optional #244

fix: webhook trigger, make labels arg of jira create_issue optional

fix: webhook trigger, make labels arg of jira create_issue optional #244

Workflow file for this run

name: Main CI Workflow
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
jobs:
setup-and-test:
uses: ./.github/workflows/unit-test.yml
with:
os: ubuntu-latest
secrets: inherit