Skip to content

[Bug]: NavDrawer: Cannot unfold NavCategory from outside the Fluent component. #3029

[Bug]: NavDrawer: Cannot unfold NavCategory from outside the Fluent component.

[Bug]: NavDrawer: Cannot unfold NavCategory from outside the Fluent component. #3029

Workflow file for this run

name: Triage Bot
on:
issues:
types:
- opened
jobs:
triage-issue:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v3
- uses: actions/github-script@v6
with:
script: |
const config = require('./.github/triage-bot.config.json');
const run = require('./scripts/triage-bot');
await run({github,context,core,config});