Skip to content

fix: return internal errors as structured error responses #13105

fix: return internal errors as structured error responses

fix: return internal errors as structured error responses #13105

Workflow file for this run

name: NEXT_CHANGELOG.md reminder
on:
pull_request:
branches: [ dev ]
workflow_dispatch:
jobs:
remind_missing_changelog:
runs-on: ubuntu-latest
steps:
- name: Missing NEXT_CHANGELOG.md Reminder
uses: mskelton/changelog-reminder-action@v3.0.0
with:
changelogRegex: '\.changesets/(breaking|feat|fix|config|maint|docs|exp)_.*\.md'
message: "@${{ github.actor }}, please consider creating a changeset entry in `/.changesets/`. [These instructions](https://github.com/apollographql/router/blob/HEAD/.changesets/README.md) describe the process and tooling."