From f9af8a9f070a83177ae870d8e88d15e9dacb4cbc Mon Sep 17 00:00:00 2001 From: Ekaterina Gerasimova Date: Fri, 3 Sep 2021 12:51:38 +0100 Subject: [PATCH] Revert "Issue automation: test GitHub's new shiny boards" Beta boards automation is different from old boards This reverts commit b873185c684843484ada463eb7c06bdc42036dde. Signed-off-by: Ekaterina Gerasimova --- .github/workflows/issues_to_projects.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/issues_to_projects.yaml b/.github/workflows/issues_to_projects.yaml index 908666f9f..ea8a66a75 100644 --- a/.github/workflows/issues_to_projects.yaml +++ b/.github/workflows/issues_to_projects.yaml @@ -19,20 +19,3 @@ jobs: project-url: "https://github.com/orgs/vector-im/projects/14" column-name: "📥 Inbox" label-name: "X-Needs-Design" - test_board_beta_with_design_issues: - name: Move priority X-Needs-Design issues to Beta test project board - runs-on: ubuntu-latest - if: > - contains(github.event.issue.labels.*.name, 'X-Needs-Design') && - (contains(github.event.issue.labels.*.name, 'O-Frequent') || - contains(github.event.issue.labels.*.name, 'O-Intermediate')) && - (contains(github.event.issue.labels.*.name, 'S-Critical') || - contains(github.event.issue.labels.*.name, 'S-Major') || - contains(github.event.issue.labels.*.name, 'S-Minor')) - steps: - - uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0 - with: - action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}" - project-url: "https://github.com/orgs/vector-im/projects/15" - column-name: "Todo" - label-name: "X-Needs-Design"