Issue workflow: needs-info triage is now part of the labelled workflows

This commit is contained in:
Ekaterina Gerasimova
2021-12-02 13:23:29 +00:00
committed by Kat Gerasimova
parent dd2853734d
commit f498e5e081
-16
View File
@@ -1,16 +0,0 @@
name: Move X-Needs-Info into Need info column in the Issue triage board
on:
issues:
types: [labeled]
jobs:
Move_Labeled_Issue_On_Project_Board:
runs-on: ubuntu-latest
steps:
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: ${{ secrets.GITHUB_TOKEN }}
project-url: "https://github.com/vector-im/element-ios/projects/12"
column-name: "Need info"
label-name: "X-Needs-Info"