[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

Add `detect-agent` workflow (#491)

authored by

Nate Moore and committed by
GitHub
(Mar 17, 2026, 11:08 PM EDT) 6ea22b81 97ab747a

+15
+15
.github/workflows/detect-agent.yml
··· 1 + name: Detect Agent 2 + 3 + on: 4 + pull_request_target: 5 + types: [opened] 6 + workflow_dispatch: {} 7 + 8 + jobs: 9 + detect: 10 + if: github.event_name != 'workflow_dispatch' 11 + uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@main 12 + 13 + backfill: 14 + if: github.event_name == 'workflow_dispatch' 15 + uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@main