Skip to content

Commit 6ea22b8

Browse files
authored
Add detect-agent workflow (#491)
1 parent 97ab747 commit 6ea22b8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/detect-agent.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)