Skip to content

gomod(deps): bump github.com/99designs/gqlgen from 0.17.53 to 0.17.54 #6671

gomod(deps): bump github.com/99designs/gqlgen from 0.17.53 to 0.17.54

gomod(deps): bump github.com/99designs/gqlgen from 0.17.53 to 0.17.54 #6671

Workflow file for this run

name: Label validator
on:
pull_request_target:
types: ["opened", "labeled", "unlabeled"]
branches: [ "main" ]
jobs:
validate-labels:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate labels
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: scripts/label_validator.sh "PR" ${{ github.event.pull_request.number }} ${{ github.event.action }}