mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-11 21:51:42 +01:00
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:
parent
38a0d28453
commit
78cb26201b
6
.github/workflows/triage-unlabelled.yml
vendored
6
.github/workflows/triage-unlabelled.yml
vendored
@ -11,12 +11,6 @@ jobs:
|
|||||||
if: >
|
if: >
|
||||||
!contains(github.event.issue.labels.*.name, 'X-Needs-Info')
|
!contains(github.event.issue.labels.*.name, 'X-Needs-Info')
|
||||||
steps:
|
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
|
- id: set_fields
|
||||||
uses: nipe0324/update-project-v2-item-field@c4af58452d1c5a788c1ea4f20e073fa722ec4a6b #v2.0.2
|
uses: nipe0324/update-project-v2-item-field@c4af58452d1c5a788c1ea4f20e073fa722ec4a6b #v2.0.2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user