Skip to content

docs: Provide user docs for manage-enroot-cache #229

docs: Provide user docs for manage-enroot-cache

docs: Provide user docs for manage-enroot-cache #229

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
paths:
- 'docs/**'
permissions:
contents: read
pull-requests: write
jobs:
docpr:
runs-on: ubuntu-latest
if: github.actor == 'tara-det-ai'
steps:
- uses: dannysauer/actions-assigner@v2
with:
token: ${{ secrets.DETERMINED_TOKEN }}
team-reviewers: ml-group