Skip to content

feat: add new Delete Workspace Namespace API Bindings CLI and API endpoint #2012

feat: add new Delete Workspace Namespace API Bindings CLI and API endpoint

feat: add new Delete Workspace Namespace API Bindings CLI and API endpoint #2012

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