Skip to content

feat: Add a self-checking mechanism for tool execution results; If the step execution fails or the self-check is not passed, an attempt will be made to re-execute. After multiple failed executions of the same step, switch to the alternative tool for execution. Update the descriptions of some tools/scenarios #849

feat: Add a self-checking mechanism for tool execution results; If the step execution fails or the self-check is not passed, an attempt will be made to re-execute. After multiple failed executions of the same step, switch to the alternative tool for execution. Update the descriptions of some tools/scenarios

feat: Add a self-checking mechanism for tool execution results; If the step execution fails or the self-check is not passed, an attempt will be made to re-execute. After multiple failed executions of the same step, switch to the alternative tool for execution. Update the descriptions of some tools/scenarios #849

Workflow file for this run

name: "Validate PR Title"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
check-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}