Skip to content

Update SBOM reference to monorepo and connectors to be on demand #504

Update SBOM reference to monorepo and connectors to be on demand

Update SBOM reference to monorepo and connectors to be on demand #504

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 }}