Skip to content

Commit

Permalink
minimize changes in the changelog entry check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 7, 2024
1 parent ed9bf00 commit 79aa63e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/changelog-entry-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: Changelog entry check

on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize

jobs:
changelog-entry:
changelog-entry-check:
uses: dbt-labs/dbt-adapters/.github/workflows/_changelog-entry-check.yml@monorepo/shared-workflows
with:
pull-request: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 79aa63e

Please sign in to comment.