Skip to content

ci: early testing branch for searcher-context-removal #2937

ci: early testing branch for searcher-context-removal

ci: early testing branch for searcher-context-removal #2937

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