From 87a29b46bfbcd229f305a7a36fc0379819e314d3 Mon Sep 17 00:00:00 2001 From: Meag Harty <149533950+meagharty@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:53:50 -0500 Subject: [PATCH] feat(asana): include pull_request 'converted_to_draft' action for In Development --- .github/workflows/asana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asana.yml b/.github/workflows/asana.yml index 091354d..bdaef20 100644 --- a/.github/workflows/asana.yml +++ b/.github/workflows/asana.yml @@ -47,7 +47,7 @@ jobs: move-to-in-development-asana-ticket-job: runs-on: ubuntu-latest needs: check-for-secrets - if: inputs.development-section != '' && needs.check-for-secrets.outputs.has-asana-token == 'yes' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.actor != 'dependabot[bot]' + if: inputs.development-section != '' && needs.check-for-secrets.outputs.has-asana-token == 'yes' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'converted_to_draft') && github.actor != 'dependabot[bot]' steps: - name: Move ticket to In Development uses: mbta/github-asana-action@v4.4.1