Skip to content

fix(graph): prevent reset_executor_state from corrupting MultiAgentBase state #414

fix(graph): prevent reset_executor_state from corrupting MultiAgentBase state

fix(graph): prevent reset_executor_state from corrupting MultiAgentBase state #414

Workflow file for this run

name: PR Title Conventional Commits
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize, reopened]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Check PR title follows conventional commits
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: |
The subject "{subject}" must start with a lowercase letter.
ignoreLabels: |
bot
dependencies