Skip to content

chore(deps): update aquaproj/aqua-installer action to v3.1.0 #1203

chore(deps): update aquaproj/aqua-installer action to v3.1.0

chore(deps): update aquaproj/aqua-installer action to v3.1.0 #1203

name: pull-request-title-starts-with
on:
pull_request:
jobs:
skip-langchain-update:
if: "! startsWith(github.event.pull_request.title, 'fix(deps): update dependency langchain to')"
runs-on: ubuntu-latest
steps:
- run: echo "not updating langchain"
langchain-update:
if: "startsWith(github.event.pull_request.title, 'fix(deps): update dependency langchain to')"
runs-on: ubuntu-latest
steps:
- run: echo "update langchain"