Skip to content

Best effort: Render the sidebar and prepopulate the search bar on 404s #1383

Best effort: Render the sidebar and prepopulate the search bar on 404s

Best effort: Render the sidebar and prepopulate the search bar on 404s #1383

Workflow file for this run

name: Issue Opened
on:
issues:
types: [opened]
jobs:
compile:
name: Assignee
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/assign-issue
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}