Skip to content

Commit 069c0c7

Browse files
authored
Update issue automation for the design team (#6577)
* Update issue automation for the design team The design team would like to see all of their issues on their board for triage now * Update triage-labelled.yml
1 parent 0a4595d commit 069c0c7

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/triage-labelled.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,13 @@ jobs:
4242
column-name: "Need info"
4343
label-name: "X-Needs-Info"
4444

45-
add_priority_design_issues_to_project:
46-
name: P1 X-Needs-Design to Design project board
45+
add_design_issues_to_project:
46+
name: X-Needs-Design to Design project board
4747
runs-on: ubuntu-latest
4848
# Skip in forks
4949
if: >
5050
github.repository == 'vector-im/element-android' &&
51-
contains(github.event.issue.labels.*.name, 'X-Needs-Design') &&
52-
(contains(github.event.issue.labels.*.name, 'S-Critical') &&
53-
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
54-
contains(github.event.issue.labels.*.name, 'O-Occasional')) ||
55-
contains(github.event.issue.labels.*.name, 'S-Major') &&
56-
contains(github.event.issue.labels.*.name, 'O-Frequent') ||
57-
contains(github.event.issue.labels.*.name, 'A11y') &&
58-
contains(github.event.issue.labels.*.name, 'O-Frequent'))
51+
contains(github.event.issue.labels.*.name, 'X-Needs-Design')
5952
steps:
6053
- uses: octokit/[email protected]
6154
id: add_to_project

0 commit comments

Comments
 (0)