Skip to content

Commit

Permalink
fix(dbt): explicitly ensure pr merge date > create date (#2555)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccerv1 authored Dec 2, 2024
1 parent 2d8f0a1 commit 8a2c333
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ time_to_merge as (
on
pr.number = m.number
and pr.to_artifact_id = m.to_artifact_id
where m.merged_at > pr.created_at
),

time_to_merge_events as (
Expand Down

0 comments on commit 8a2c333

Please sign in to comment.