We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
detect-agent
1 parent 97ab747 commit 6ea22b8Copy full SHA for 6ea22b8
1 file changed
.github/workflows/detect-agent.yml
@@ -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