Skip to content

What is the official support policy for Bun? #1432

What is the official support policy for Bun?

What is the official support policy for Bun? #1432

Workflow file for this run

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