From 78cb26201bea136262ac01d32c3075a0cacbdb5c Mon Sep 17 00:00:00 2001 From: David Langley Date: Wed, 17 Sep 2025 14:08:13 +0100 Subject: [PATCH] We no longer need the add_to_project step, as per the step below we now only move the issue to the other column if it is already in the project in the needs info column (#30803) --- .github/workflows/triage-unlabelled.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/triage-unlabelled.yml b/.github/workflows/triage-unlabelled.yml index e66bc25c8b..71396be804 100644 --- a/.github/workflows/triage-unlabelled.yml +++ b/.github/workflows/triage-unlabelled.yml @@ -11,12 +11,6 @@ jobs: if: > !contains(github.event.issue.labels.*.name, 'X-Needs-Info') steps: - - id: add_to_project - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 - with: - project-url: ${{ env.PROJECT_URL }} - github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} - - id: set_fields uses: nipe0324/update-project-v2-item-field@c4af58452d1c5a788c1ea4f20e073fa722ec4a6b #v2.0.2 with: