Skip to content

feat: enhance plugin Manager with visibility (#806) #2332

feat: enhance plugin Manager with visibility (#806)

feat: enhance plugin Manager with visibility (#806) #2332

Workflow file for this run

name: Triage
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
triage:
if: github.event_name == 'pull_request'
name: 'Triage'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'