Skip to content

test(gh): add GraphQL duplicate fragment detection test #1100

test(gh): add GraphQL duplicate fragment detection test

test(gh): add GraphQL duplicate fragment detection test #1100

Workflow file for this run

---
name: Sync Closing Labels
on:
- pull_request_target
jobs:
sync:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Sync labels with closing issues
uses: williambdean/closing-labels@v0.0.7
env:
GH_TOKEN: ${{ github.token }}