Skip to content

[Bug]: Combobox cannot type more character in input area after matching an option #3216

[Bug]: Combobox cannot type more character in input area after matching an option

[Bug]: Combobox cannot type more character in input area after matching an option #3216

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@v4
- uses: actions/github-script@v7
with:
script: |
const config = require('./.github/triage-bot.config.json');
const run = require('./scripts/triage-bot');
await run({github,context,core,config});