Skip to content

feat: Add Missing Methods for Execution details #16

feat: Add Missing Methods for Execution details

feat: Add Missing Methods for Execution details #16

Workflow file for this run

---
name: PR
on:
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
jobs:
title:
name: Check Title
runs-on: ubuntu-latest
steps:
- name: Check
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore