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 }}