Skip to content

fix(multi-line): only submit on double-return at end of value #51

fix(multi-line): only submit on double-return at end of value

fix(multi-line): only submit on double-return at end of value #51

Workflow file for this run

name: Detect Agent
on:
pull_request_target:
types: [opened]
workflow_dispatch: {}
permissions: {}
jobs:
detect:
if: github.repository_owner == 'bombshell-dev' && github.event_name != 'workflow_dispatch'
uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@3a8b4a38fe464b0b51d14962ae416a169517fba9 # main as of 2026-05-12
permissions:
issues: write
pull-requests: write
backfill:
if: github.repository_owner == 'bombshell-dev' && github.event_name == 'workflow_dispatch'
uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@3a8b4a38fe464b0b51d14962ae416a169517fba9 # main as of 2026-05-12
permissions:
issues: write
pull-requests: write