From 316543b9aa98c0ca822ec6cd19c3cdb454add1cb Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 26 Jun 2021 11:07:51 -0400 Subject: [PATCH] Change Azure to Agile Config [skip ci] --- .github/workflows/azuresync.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/azuresync.yml b/.github/workflows/azuresync.yml index cdfa4a951..bafbd2e89 100644 --- a/.github/workflows/azuresync.yml +++ b/.github/workflows/azuresync.yml @@ -15,9 +15,9 @@ jobs: github_token: "${{ github.token }}" ado_organization: "Servarr" ado_project: "Servarr" - ado_wit: "Issue" - ado_new_state: "To Do" - ado_active_state: "In Progress" - ado_close_state: "Done" + ado_wit: "User Story" + ado_new_state: "New" + ado_active_state: "Active" + ado_close_state: "Closed" ado_bypassrules: true log_level: 100