Skip to content

Commit

Permalink
Create ado-sync-issue.yml (onnx#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatcat-z authored Mar 24, 2022
1 parent c83a6f8 commit 6003d4c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ado-sync-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Sync issue to Azure DevOps work item

on:
issues:
types:
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]

jobs:
alert:
runs-on: ubuntu-latest
steps:
- uses: onnx/tensorflow-onnx@main
env:
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "msdata"
ado_project: "Vienna"
ado_area_path: "Vienna\\ONNX Runtime\\Shared Core\\Converters\\TensorFlow"
ado_iteration_path: "Vienna\\Backlog"
ado_wit: "Product Backlog Item"
ado_new_state: "New"
ado_active_state: "Committed"
ado_close_state: "Done"
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
log_level: 100

0 comments on commit 6003d4c

Please sign in to comment.