Skip to content

Bump express from 4.18.1 to 4.19.2 in /util/landgraph #63

Bump express from 4.18.1 to 4.19.2 in /util/landgraph

Bump express from 4.18.1 to 4.19.2 in /util/landgraph #63

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 }}