Skip to content

[ADAP-677] [Feature] Add a BaseClass to the ConnectionWrapper #554

[ADAP-677] [Feature] Add a BaseClass to the ConnectionWrapper

[ADAP-677] [Feature] Add a BaseClass to the ConnectionWrapper #554

Workflow file for this run

# **what?**
# Mirrors issues into Jira. Includes the information: title,
# GitHub Issue ID and URL
# **why?**
# Jira is our tool for tracking and we need to see these issues in there
# **when?**
# On issue creation or when an issue is labeled `Jira`
name: Jira Issue Creation
on:
issues:
types: [opened, labeled]
permissions:
issues: write
jobs:
call-label-action:
uses: dbt-labs/actions/.github/workflows/jira-creation.yml@main
with:
project_key: ADAP
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}