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

[Bug] issue with PyYAML when installing dbt-snowflake #75

[Bug] issue with PyYAML when installing dbt-snowflake

[Bug] issue with PyYAML when installing dbt-snowflake #75

Workflow file for this run

# **what?**
# Calls mirroring Jira label Action. Includes adding a new label
# to an existing issue or removing a label as well
# **why?**
# Jira is our tool for tracking and we need to see these labels in there
# **when?**
# On labels being added or removed from issues
name: Jira Label Mirroring
on:
issues:
types: [labeled, unlabeled]
permissions:
issues: read
jobs:
jira-label:
uses: dbt-labs/actions/.github/workflows/jira-label-actions.yml@v1

Check failure on line 22 in .github/workflows/jira-label.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/jira-label.yml" -> "dbt-labs/actions/.github/workflows/jira-label-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 }}