Skip to content

docs(self-managed): 8.10 IA restructure (batch 3) - Manage and Extend #3851

docs(self-managed): 8.10 IA restructure (batch 3) - Manage and Extend

docs(self-managed): 8.10 IA restructure (batch 3) - Manage and Extend #3851

Workflow file for this run

name: Auto Assign
on:
pull_request:
types:
- opened
jobs:
add_assignees:
if: startsWith(github.actor, 'renovate') == false && startsWith(github.actor, 'camunda-docs-pr-automation') == false
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}