Skip to content

Commit 6003d4c

Browse files
authored
Create ado-sync-issue.yml (#1892)
1 parent c83a6f8 commit 6003d4c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/ado-sync-issue.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Sync issue to Azure DevOps work item
2+
3+
on:
4+
issues:
5+
types:
6+
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
7+
8+
jobs:
9+
alert:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: onnx/tensorflow-onnx@main
13+
env:
14+
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
15+
ado_organization: "msdata"
16+
ado_project: "Vienna"
17+
ado_area_path: "Vienna\\ONNX Runtime\\Shared Core\\Converters\\TensorFlow"
18+
ado_iteration_path: "Vienna\\Backlog"
19+
ado_wit: "Product Backlog Item"
20+
ado_new_state: "New"
21+
ado_active_state: "Committed"
22+
ado_close_state: "Done"
23+
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
24+
log_level: 100

0 commit comments

Comments
 (0)