Skip to content

Commit e7fa401

Browse files
authored
Create test.yaml
1 parent be9c054 commit e7fa401

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: AI Adoption Report
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
workflow_dispatch:
7+
inputs:
8+
pr_number:
9+
description: 'PR number to analyze'
10+
required: true
11+
type: number
12+
13+
jobs:
14+
ai-adoption:
15+
uses: vonage-technology/api-ept-ai-forge/.github/workflows/ai-adoption-v2.yml@main
16+
secrets: inherit

0 commit comments

Comments
 (0)