Skip to content

Bump apollo-server-core from 3.10.2 to 3.12.1 in /util/landgraph #55

Bump apollo-server-core from 3.10.2 to 3.12.1 in /util/landgraph

Bump apollo-server-core from 3.10.2 to 3.12.1 in /util/landgraph #55

Workflow file for this run

name: "Semantic Pull Requests"
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- "main"
jobs:
main:
name: semantic-pull-request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}