Skip to content

[Bug]: V9 Searchbox is a regression from V8: There is not option to have an unfixed width #3374

[Bug]: V9 Searchbox is a regression from V8: There is not option to have an unfixed width

[Bug]: V9 Searchbox is a regression from V8: There is not option to have an unfixed width #3374

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