Skip to content

update changelog entry check to reference the reusable workflow on main #305

update changelog entry check to reference the reusable workflow on main

update changelog entry check to reference the reusable workflow on main #305

name: Changelog entry check
on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
defaults:
run:
shell: bash
permissions:
contents: read
pull-requests: write
jobs:
changelog-entry-check:
uses: dbt-labs/dbt-adapters/.github/workflows/_changelog-entry-check.yml

Check failure on line 22 in .github/workflows/changelog-entry-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/changelog-entry-check.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
pull-request: ${{ github.event.pull_request.number }}
secrets: inherit