Skip to content

feat: Framework splitting #1706

feat: Framework splitting

feat: Framework splitting #1706

Workflow file for this run

---
name: "auto-assign on doc PRs opened by doc team"
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- reopened
- synchronize
paths:
- 'docs/**'
permissions:
contents: read
pull-requests: write
jobs:
docpr:
runs-on: ubuntu-latest
steps:
- uses: dannysauer/actions-assigner@v2
with:
token: ${{ secrets.DETERMINED_TOKEN }}
team-reviewers: docs