Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Multiple plugin in single dbt project #30

Multiple plugin in single dbt project

Multiple plugin in single dbt project #30

# **what?**
# Transition a Jira issue to a new state
# Only supports these GitHub Issue transitions:
# closed, deleted, reopened
# **why?**
# Jira needs to be kept up-to-date
# **when?**
# On issue closing, deletion, reopened
name: Jira Issue Transition
on:
issues:
types: [closed, deleted, reopened]
jobs:
jira-transition:
uses: dbt-labs/actions/.github/workflows/jira-transition-actions.yml@v1

Check failure on line 20 in .github/workflows/jira-transition.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jira-transition.yml

Invalid workflow file

error parsing called workflow ".github/workflows/jira-transition.yml" -> "dbt-labs/actions/.github/workflows/jira-transition-actions.yml@v1" (source tag with sha:cc34b79e7480c581fc6d08b8224be385921c09ff) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}