Skip to content

feat: Framework splitting #34686

feat: Framework splitting

feat: Framework splitting #34686

Workflow file for this run

---
name: "Semantic Pull Request v2"
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.DETERMINED_TOKEN }}