Skip to content

Commit 0c2cb73

Browse files
authored
ci: detect agent workflow (#10288)
1 parent 6fa901b commit 0c2cb73

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/detect-agent.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Detect Agent
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
workflow_dispatch: {}
7+
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
12+
jobs:
13+
detect:
14+
if: github.event_name != 'workflow_dispatch'
15+
uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@a1553cebd9318d416f6a8e9f38f363b6aaa19c72
16+
17+
backfill:
18+
if: github.event_name == 'workflow_dispatch'
19+
uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@a1553cebd9318d416f6a8e9f38f363b6aaa19c72

0 commit comments

Comments
 (0)