Skip to content

feat: inject docs links for alpha features in C8 REST API docs #21

feat: inject docs links for alpha features in C8 REST API docs

feat: inject docs links for alpha features in C8 REST API docs #21

Workflow file for this run

name: Auto Assign
on:
pull_request:
types:
- opened
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.actor }}