From 000590bcf786648756cb631b79553ead8857ab12 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 26 Jun 2021 17:57:00 -0400 Subject: [PATCH] Update azuresync.yml [skip ci] --- .github/workflows/azuresync.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/azuresync.yml b/.github/workflows/azuresync.yml index 1ca41c55c..aa9e3cc75 100644 --- a/.github/workflows/azuresync.yml +++ b/.github/workflows/azuresync.yml @@ -10,6 +10,21 @@ jobs: runs-on: ubuntu-latest steps: - uses: danhellem/github-actions-issue-to-work-item@master + if: ${{ github.event.label.name == 'Type: Bug' }} + env: + ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}" + github_token: "${{ github.token }}" + ado_organization: "Servarr" + ado_project: "Servarr" + ado_area_path: "Servarr\\Prowlarr" + ado_wit: "Bug" + ado_new_state: "New" + ado_active_state: "Active" + ado_close_state: "Closed" + ado_bypassrules: true + log_level: 100 + - uses: danhellem/github-actions-issue-to-work-item@master + if: ${{ github.event.label.name != 'Type: Bug' }} env: ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}" github_token: "${{ github.token }}"