Validation is extremely slow for large queries with fragment spreads due to lack of implementers_map
caching
#270
This file contains 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: GitHub Projects Tagger | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
tag: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: abernix/[email protected] | |
with: | |
# These are both set in Org level secrets and work on a safe-listed | |
# set of repositories that affect the Polaris team. This allows them to | |
# be updated in a single place. If you want a NEW repo to work, you'll | |
# need an org admin to add it as a repo to (both) the existing secrets. | |
# https://github.com/organizations/apollographql/settings/secrets/actions | |
api_url: ${{ secrets.POLARIS_TAGGER_API_URL }} | |
bearer_token: ${{ secrets.POLARIS_TAGGER_BEARER_TOKEN }} |