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.
1 parent 6fa901b commit 0c2cb73Copy full SHA for 0c2cb73
1 file changed
.github/workflows/detect-agent.yml
@@ -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