Skip to content

Bump @graphql-codegen/typescript-document-nodes from 4.0.1 to 4.0.4 in /ts #616

Bump @graphql-codegen/typescript-document-nodes from 4.0.1 to 4.0.4 in /ts

Bump @graphql-codegen/typescript-document-nodes from 4.0.1 to 4.0.4 in /ts #616

Workflow file for this run

name: Deploy if not a version bump PR
on:
pull_request:
types:
- closed
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'Version bump') }}
steps:
- uses: actions/checkout@v3
- run: gh workflow run deploy.yml -f ts-only=${{ contains(github.event.pull_request.labels.*.name, 'ts-only') }}
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_PAT }}