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)

This commit is contained in:
David Langley 2025-09-17 14:08:13 +01:00 committed by GitHub
parent 38a0d28453
commit 78cb26201b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: