element-hq / element-hq/element-web
Update workflow to check if unlabelled issue is in X-Needs-Info column
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
[This workflow](https://github.com/vector-im/element-web/blob/develop/.github/workflows/triage-move-unlabelled.yml#L8-L35) currently runs when an issue is unlabelled and if that issue doesn't have X-Needs-Info and is on the issue triage board, it is moved to the "Triaged" column.
What the action should do is check if the issue is in the "Need info" column and doesn't have the X-Needs-Info label, then move it to "Triaged". If the issue is in any other column, it should stay in that column because it may have been moved out manually.
See [here](https://github.com/vector-im/element-ios/issues/5192) for iOS issue.
@ankur12-1610 would you be interested in fixing this?
Contributor guide
Assessment
This issue has not been assessed yet.