fix(response caching): nullable fields in entities #24857
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/[email protected] | |
| 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." |