From 1a851632621b26432daedcc5ede2d93575a4f22c Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Fri, 30 Jun 2023 09:56:18 +0100 Subject: [PATCH] Move X-Needs-Info issues on triage board --- .github/workflows/triage-labelled.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index ec69eae6bb..88af723da2 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -17,6 +17,24 @@ jobs: project-url: https://github.com/orgs/vector-im/projects/43 github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} + move_needs_info: + name: Move triaged needs info issues on board + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@main + id: addItem + with: + project-url: https://github.com/orgs/vector-im/projects/91 + github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} + labeled: X-Needs-Info + + - uses: kalgurn/update-project-item-status@main + with: + project-url: https://github.com/orgs/vector-im/projects/91 + github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} + item-id: ${{ steps.addItem.outputs.itemId }} + status: "Needs info" + ex_plorers: name: Add labelled issues to X-Plorer project runs-on: ubuntu-latest