Skip to content

Add jam.dev to bug report template #2581

Add jam.dev to bug report template

Add jam.dev to bug report template #2581

Workflow file for this run

name: Labeler
on:
- pull_request_target
jobs:
triage:
timeout-minutes: 3
permissions:
contents: read
pull-requests: write
runs-on: ${{ vars.RUNNER_NORMAL }}
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.CLERK_COOKIE_PAT }}