Skip to content

Add test for 5584 #24663

Add test for 5584

Add test for 5584 #24663

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
branches:
- dev
jobs:
label:
if: "!startsWith(github.event.pull_request.head.ref, 'renovate/')"
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@bfe288801b8091b6a70e67f3ce7c9e87c88921cf # v1.11.0
env:
GITHUB_TOKEN: ${{ secrets.NEO4J_TEAM_GRAPHQL_PERSONAL_ACCESS_TOKEN }}