Skip to content

Add a warning to instruct users about future requirements for marking Neoj4 nodes with the @node directive. #24136

Add a warning to instruct users about future requirements for marking Neoj4 nodes with the @node directive.

Add a warning to instruct users about future requirements for marking Neoj4 nodes with the @node directive. #24136

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@1eec6d9e7c5fa5864840279978680302f955fc37 # v1.10.1
env:
GITHUB_TOKEN: ${{ secrets.NEO4J_TEAM_GRAPHQL_PERSONAL_ACCESS_TOKEN }}