Skip to content

Enhanced Depends Issue with Kubeflow Pipelines (task result 'Omitted' for task ... is invalid) #89

Enhanced Depends Issue with Kubeflow Pipelines (task result 'Omitted' for task ... is invalid)

Enhanced Depends Issue with Kubeflow Pipelines (task result 'Omitted' for task ... is invalid) #89

# this workflow requires to provide JIRA webhook URL via JIRA_URL GitHub Secret
# read more: https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Automationtriggers-Incomingwebhook
# original code source: https://github.com/beliaev-maksim/github-to-jira-automation
name: Issues to JIRA
on:
issues:
# available via github.event.action
types: [opened, reopened, closed]
jobs:
update:
name: Update Issue
uses: beliaev-maksim/github-to-jira-automation/.github/workflows/issues_to_jira.yaml@master
secrets:
JIRA_URL: ${{ secrets.JIRA_URL }}