Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Deprecate and redirect to transform #19

Deprecate and redirect to transform

Deprecate and redirect to transform #19

Workflow file for this run

name: 'auto release'
on:
pull_request:
types:
- closed
- labeled
jobs:
release:
if: |
(github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main') ||
github.event.label.name == 'pre-release'
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main
secrets: inherit