Skip to content

Commit

Permalink
Merge pull request #13 from fivetran/feature/auto-releaser
Browse files Browse the repository at this point in the history
Feature/auto releaser
  • Loading branch information
fivetran-catfritz authored Oct 31, 2023
2 parents b12cf3f + 15e35bf commit b3a667c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/add-2nd-reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: '2nd reviewer'
on:
pull_request_review:
types: [submitted]

jobs:
auto_assign_reviewer:
if: github.event.review.state == 'approved'
uses: fivetran/dbt_package_automations/.github/workflows/add-2nd-reviewer.yml@feature/auto-releaser
secrets: inherit
13 changes: 13 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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@feature/auto-releaser
secrets: inherit
4 changes: 3 additions & 1 deletion integration_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ dbt-redshift>=1.3.0,<2.0.0
dbt-postgres>=1.3.0,<2.0.0
dbt-spark>=1.3.0,<2.0.0
dbt-spark[PyHive]>=1.3.0,<2.0.0
dbt-databricks>=1.3.0,<2.0.0
dbt-databricks>=1.3.0,<2.0.0

oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437

0 comments on commit b3a667c

Please sign in to comment.