Skip to content

Commit

Permalink
remove duplicative changelog entry check
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 17, 2024
1 parent 2428f8d commit 845e0a0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,14 @@ jobs:
with:
package: "dbt-athena"
pull-request: ${{ github.event.pull_request.number }}
secrets: inherit

code-quality:
uses: dbt-labs/dbt-adapters/.github/workflows/_code-quality.yml@main
with:
branch: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

changelog:
uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main
with:
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-adapters/blob/main/CONTRIBUTING.md#adding-changelog-entry).'
skip_label: 'Skip Changelog'
secrets: inherit

verify-builds:
uses: dbt-labs/dbt-adapters/.github/workflows/_verify-build.yml@main
strategy:
Expand Down

0 comments on commit 845e0a0

Please sign in to comment.