Continuation of #88 - handle multiple disputes in stripe__balance_transactions #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'auto release' | |
on: | |
pull_request: | |
types: | |
- closed | |
branches: | |
- main | |
jobs: | |
call-workflow-passing-data: | |
if: github.event.pull_request.merged | |
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main | |
secrets: inherit |