From 89cfb2294d513313e4f2d17d94d1ad56fbe06612 Mon Sep 17 00:00:00 2001 From: John Resig Date: Fri, 26 Jul 2024 15:01:05 -0400 Subject: [PATCH] Add changeset, fix typo. --- .changeset/shiny-fireants-yawn.md | 5 +++++ .github/workflows/pr-checks.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/shiny-fireants-yawn.md diff --git a/.changeset/shiny-fireants-yawn.md b/.changeset/shiny-fireants-yawn.md new file mode 100644 index 0000000..fdec956 --- /dev/null +++ b/.changeset/shiny-fireants-yawn.md @@ -0,0 +1,5 @@ +--- +"@khanacademy/graphql-flow": minor +--- + +Add alias resolution. diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 7aa2ea1..b219053 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -52,7 +52,7 @@ jobs: limited: yarn eslint {} - id: jest-reset - uses: Khan/actions@filter-files-v0=1 + uses: Khan/actions@filter-files-v1 name: Files that would trigger a full jest run with: changed-files: ${{ steps.changed.outputs.files }}