Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Train and Val directories created in main directory #1208

Train and Val directories created in main directory

Train and Val directories created in main directory #1208

Workflow file for this run

name: Sync issues to Azure DevOps work items
on:
issues:
types:
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
jobs:
issues_to_ado:
name: Sync issues with Azure DevOps
runs-on: ubuntu-latest
steps:
- uses: danhellem/github-actions-issue-to-work-item@master
env:
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "innereye"
ado_project: "InnerEye"
ado_area_path: "InnerEye\\OSS"
ado_iteration_path: "InnerEye"
ado_wit: "User Story"
ado_new_state: "New"
ado_active_state: "Active"
ado_close_state: "Closed"
ado_bypassrules: true