From fcf4454c1c3252e7837893176fed6a2c5090b038 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Fri, 14 Jul 2023 11:00:02 +0100 Subject: [PATCH] Revert "Try to debug project automation column issues" (#874) This reverts commit 4dbb3994d206a3b5e8f7ad2275f437249b136755. --- .github/workflows/triage-labelled.yml | 35 +++++++++++++-------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index acbae99bb4..138708552f 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -17,24 +17,23 @@ 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 - - name: Print itemId - run: echo ${{ steps.addItem.outputs.itemId }} - - 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" +# 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