From 7a131fc50f0980877be132dda70f16907f623bee Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 14 Jun 2022 15:03:18 -0600 Subject: [PATCH] Workflow: Move WAT issues to In Progress rather than Ready when assigned (#22577) --- .github/workflows/triage-assigned.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-assigned.yml b/.github/workflows/triage-assigned.yml index 0974e9763..1667ac9c3 100644 --- a/.github/workflows/triage-assigned.yml +++ b/.github/workflows/triage-assigned.yml @@ -14,5 +14,5 @@ jobs: - uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488 with: project: Web App Team - column: Ready + column: "In Progress" repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}