Skip to content

feat(auth-api, auth-portal): Show the owner of the workspace when you are an editor #7172

feat(auth-api, auth-portal): Show the owner of the workspace when you are an editor

feat(auth-api, auth-portal): Show the owner of the workspace when you are an editor #7172

Workflow file for this run

name: labeler
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"