Skip to content

fix(router-execution): replace unwrap() with if-let in get_execution_history pagination #232

fix(router-execution): replace unwrap() with if-let in get_execution_history pagination

fix(router-execution): replace unwrap() with if-let in get_execution_history pagination #232

name: "Validate PR Title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}